mirror of
https://github.com/aemaeth-me/SwiftyCharms.git
synced 2026-01-12 22:52:45 +08:00
12 lines
146 B
Ruby
12 lines
146 B
Ruby
use_frameworks!
|
|
|
|
target :SwiftyCharms do
|
|
pod 'Curry'
|
|
end
|
|
|
|
target :SwiftyCharmsTests do
|
|
pod 'Quick'
|
|
pod 'Nimble'
|
|
pod 'SwiftCheck'
|
|
end
|