blob: a60b11ab68fd99bb3a04360d12297bbe830d98c5 [file] [log] [blame]
{
"name": "PNLibrary",
"version": "0.1.4",
"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": "7.0"
},
"source": {
"git": "https://github.com/pubnative/pubnative-ios-demo.git",
"tag": "0.1.4"
},
"frameworks": "Foundation",
"source_files": "PubNativeLibrary/Library/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YADMLib": [
],
"Croissant": [
],
"SDWebImage": [
"~>3.6"
],
"AMRatingControl": [
"~> 1.3.0"
],
"XLForm": [
]
}
}