blob: 9a1959e481a7e982dc2f75ded63648ba1b83e170 [file] [log] [blame]
{
"name": "PushAd",
"version": "1.0.0",
"summary": "PushAd advertisement SDK",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"description": " Mobilike PushAd advertisement SDK for iOS.\n",
"homepage": "http://www.mobilike.com/",
"authors": {
"Gökhan Barış Aker": "gokhan@nomadcommerce.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://gokhanbarisaker@bitbucket.org/nomadcommerce/pushad-framework-ios.git",
"tag": "v1.0.0"
},
"preserve_paths": "PushAd.framework/*",
"source_files": "PushAd.framework/Headers/MADManager.h",
"frameworks": [
"PushAd",
"AdSupport",
"MessageUI",
"CoreGraphics"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PushAd\""
},
"requires_arc": true
}