15 lines
490 B
Ruby
Executable File
15 lines
490 B
Ruby
Executable File
project 'MultiCraft/MultiCraft.xcodeproj'
|
|
platform :ios, '9.0'
|
|
|
|
target 'MultiCraft' do
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
source 'https://github.com/appodeal/CocoaPods.git'
|
|
|
|
pod 'SSZipArchive'
|
|
pod 'SDVersion', :git => 'https://github.com/MoNTE48/SDVersion'
|
|
pod 'LuaJITPod', :git => 'https://github.com/MoNTE48/LuaJITPod'
|
|
|
|
pod 'Appodeal/Interstitial', '2.5.3-Beta'
|
|
pod 'PersonalizedAdConsent', :git => 'https://github.com/MultiCraftProject/googleads-consent-sdk-ios'
|
|
end
|