blob: 6837ecce00311978aae1d5e412d228b36c56a37f [file] [log] [blame]
{
"name": "AdPieSDK",
"version": "1.2.6",
"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.6"
},
"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"
}
}