[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 7 / 4 / CJPAdController-Fixed / 0.0.4 / CJPAdController-Fixed.podspec.json
bloba4ec7d451132c2fe8af4bf5c1db6c109c24818b8
2   "name": "CJPAdController-Fixed",
3   "version": "0.0.4",
4   "summary": "A simple, easy way to add iAd and AdMob ads to a view controller. Fork on CJPAdController",
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. Fork on CJPAdController.\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.",
6   "screenshots": [
7     "http://i.imgur.com/dxUHvLK.png",
8     "http://i.imgur.com/rvdpr2Z.png"
9   ],
10   "license": "MIT",
11   "homepage": "https://github.com/arno608rw/CJPAdController-Fixed",
12   "authors": {
13     "Thitipong Wongsatho": "arno608rw@gmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/arno608rw/CJPAdController-Fixed.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "CJPAdController-Fixed/*.{h,m}",
23   "frameworks": [
24     "iAd",
25     "AdSupport"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Google-Mobile-Ads-SDK": [
31     ]
32   },
33   "pod_target_xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Google-Mobile-Ads-SDK/**",
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
36   }