blob: 400cdfc58d28e98d2aa8a9b5d920e738d0d68e39 [file] [log] [blame]
{
"name": "AdPieSDK",
"version": "1.2.8",
"summary": "AdPie Ads SDK.",
"description": "The AdPie SDK allows developers to easily incorporate banner, interstitial and native ads. It will benefit developers a lot.",
"homepage": "https://github.com/gomfactory/AdPie-iOS-SDK",
"license": {
"type": "commercial",
"text": "Copyright 2015 gomfactory. All rights reserved."
},
"authors": "gomfactory",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gomfactory/AdPie-iOS-SDK.git",
"tag": "1.2.8"
},
"ios": {
"vendored_frameworks": "AdPieSDK/AdPieSDK.framework"
},
"public_header_files": "AdPieSDK/AdPieSDK.framework/**/*.h",
"source_files": "AdPieSDK/AdPieSDK.framework/**/*.h",
"preserve_paths": "AdPieSDK/AdPieSDK.framework",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration"
],
"weak_frameworks": "WebKit",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/AdPieSDK"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}