12 lines
237 B
Ruby
12 lines
237 B
Ruby
project 'MultiCraft/MultiCraft.xcodeproj'
|
|
platform :ios, '8.0'
|
|
|
|
target 'MultiCraft' do
|
|
pod 'SSZipArchive'
|
|
pod 'SDVersion'
|
|
|
|
#pod 'Appodeal/Core', '~> 1.1'
|
|
#pod 'Appodeal/Interstitial', '1.3.3'
|
|
#pod 'Appodeal/Video', '1.3.3'
|
|
end
|