[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 3 / 5 / XCPushNotification / 1.1.0 / XCPushNotification.podspec.json
blob344f4428d570d8a50b9c914eb74f4b78e59985d7
2   "name": "XCPushNotification",
3   "version": "1.1.0",
4   "summary": "XCPushNotification封装第三方推送功能,目前已经集成了 JPush 推送",
5   "description": "XCPushNotification封装第三方推送功能,目前已经集成了 JPush 推送,使用方便",
6   "homepage": "https://github.com/fanxiaocong/XCPushNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaocong": "1016697223@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCPushNotification.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "XCPushNotification",
25       "source_files": [
26         "XCPushNotification/Classes/XCPushNotification/*.{h,m}",
27         "XCPushNotification/Classes/XCPushNotification/XCPushNotificationProtocol/*.{h,m}"
28       ]
29     },
30     {
31       "name": "JPushNotification",
32       "source_files": "XCPushNotification/Classes/JPushNotification/*.{h,m}",
33       "dependencies": {
34         "XCPushNotification/XCPushNotification": [
36         ],
37         "XCMacros": [
39         ],
40         "JPush": [
41           "~> 3.0.6"
42         ]
43       },
44       "xcconfig": {
45         "VALID_ARCHS": "arm64 x86_64"
46       }
47     }
48   ]