[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 5 / XCPushNotification / 1.1.3 / XCPushNotification.podspec.json
blobfedbc19676e7276aad33b673792490a45e42ba2a
2   "name": "XCPushNotification",
3   "version": "1.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
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         "XCApplicationHelper": [
38           "~> 0.0.1"
39         ],
40         "JPush": [
41           "~> 3.0.6"
42         ]
43       },
44       "pod_target_xcconfig": {
45         "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
46       }
47     }
48   ]