blob: a11cf97b83c44a2810386ed96d3563a57ad78fca [file] [log] [blame]
{
"name": "CJPAdController",
"version": "1.7.1",
"summary": "A simple, easy way to add iAd and AdMob ads to a view controller.",
"description": "CJPAdController is a singleton class allowing easy implementation of iAd and AdMob ads in your iOS app. It supports all devices and orientations.\n\n* Choose which one serves as your default ads, and the other will show whenever an ad is not available.\n* Option to display the ads at the top or the bottom of your views.\n* Automatically hides from view when there are no ads to display.\n* Support for removing ads permanently, for example if you have set up an in-app purchase to remove them.",
"screenshots": [
"http://i.imgur.com/dxUHvLK.png",
"http://i.imgur.com/rvdpr2Z.png"
],
"license": "MIT",
"homepage": "http://chrisphillips.co.uk",
"authors": {
"Chris Phillips": "chrisjp88@gmail.com"
},
"social_media_url": "http://twitter.com/ChrisJP88",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/chrisjp/CJPAdController.git",
"tag": "1.7.1"
},
"source_files": "CJPAdController/*.{h,m}",
"frameworks": [
"iAd",
"AdSupport"
],
"requires_arc": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.5"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Google-Mobile-Ads-SDK/**",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "1"
}
}