Created
December 17, 2015 08:38
-
-
Save akuraru/92664acd528a99ebdad5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "AMoAd" | |
s.version = "3.9.7" | |
s.summary = "AMoAdネイティブ広告(SDK for iOS)" | |
s.homepage = "https://github.com/amoad/amoad-ios-sdk" | |
s.ios.deployment_target = '7.0' | |
s.license = { :type => 'o', :file => 'LICENSE' } | |
s.author = { "amoad" => "[email protected]" } | |
s.source = { | |
:tag => "v3.9.7", | |
:git => "https://github.com/amoad/amoad-ios-sdk.git", | |
} | |
s.platform = :ios, '7.0' | |
s.requires_arc = true | |
s.source_files = 'Modules/*.{h,m}' | |
s.resource_bundles = { | |
'AMoAd' => ['Modules/*.png'] | |
} | |
s.vendored_library = 'Modules/libAMoAd.a' | |
s.frameworks = 'AdSupport', 'ImageIO', 'StoreKit' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment