[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 3 / 8 / APMBannerView / 0.0.1 / APMBannerView.podspec.json
blob827ac2e846fd763334809a2fb774bccea77d886d
2   "name": "APMBannerView",
3   "version": "0.0.1",
4   "summary": "use objective-c custom bannner view",
5   "homepage": "https://gitee.com/doule",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "apang": "makeforce2016@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://gitee.com/doule/APMBanner.git",
18     "tag": "0.0.1"
19   },
20   "ios": {
21     "pod_target_xcconfig": {
22       "PRODUCT_BUNDLE_IDENTIFIER": "men.apang.APMBanner"
23     },
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "source_files": "APMBanner/**/*.{h,m}",
30   "public_header_files": "APMBanner/**/*.{h}"