blob: 95cf2e3606a577c476e1f11f901c033d9e1fb9bc [file] [log] [blame]
{
"name": "PNLibrary",
"version": "0.0.9",
"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.0.9"
},
"frameworks": "Foundation",
"source_files": "PubNativeLibrary/Library/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YADMLib": [
],
"SDWebImage": [
"~>3.6"
],
"AMRatingControl": [
"~> 1.3.0"
],
"ProgressHUD": [
"~> 1.3"
],
"KAProgressLabel": [
],
"XLForm": [
]
}
}