[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / f / CJPAdController / 1.7 / CJPAdController.podspec.json
blobe0a4f1b1ce88adc8646e2cfad8f0c983dbc6359e
2   "name": "CJPAdController",
3   "version": "1.7",
4   "summary": "A simple, easy way to add iAd and AdMob ads to a view controller.",
5   "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.\n",
6   "screenshots": [
7     "http://i.imgur.com/dxUHvLK.png",
8     "http://i.imgur.com/rvdpr2Z.png"
9   ],
10   "license": "MIT",
11   "homepage": "http://chrisphillips.co.uk",
12   "authors": {
13     "Chris Phillips": "chrisjp88@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/ChrisJP88",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/chrisjp/CJPAdController.git",
21     "tag": "1.7"
22   },
23   "source_files": "CJPAdController/*.{h,m}",
24   "frameworks": [
25     "iAd",
26     "AdSupport"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Google-Mobile-Ads-SDK": [
31       "~> 7.0"
32     ]
33   },
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Google-Mobile-Ads-SDK/**"
36   }