blob: baa2076531984702a30b5c3519458dcbe81b01ef [file] [log] [blame]
{
"name": "PNLibrary",
"version": "0.0.1",
"summary": "Building tools for native ads on iOS.",
"description": "Collection of Open Source tools, to implement API based native ads in iOS.\n",
"homepage": "https://github.com/pubnative/pubnative-ios-demo",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "PubNative",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/pubnative/pubnative-ios-demo.git",
"tag": "0.0.1"
},
"frameworks": "Foundation",
"source_files": "PubNativeLibrary/Library/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YADMLib": [
]
}
}