[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 3 / 5 / XCPushNotification / 1.0.2 / XCPushNotification.podspec.json
blob23b5e999821453f7dc1a9be01cde8e51f88e1818
2   "name": "XCPushNotification",
3   "version": "1.0.2",
4   "summary": "XCPushNotification.",
5   "description": "XCPushNoticiation 封装远程推送相关的操作",
6   "homepage": "https://github.com/fanxiaocong/XCPushNotification",
7   "license": "MIT",
8   "authors": {
9     "樊小聪": "1016697223@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCPushNotification.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "XCPushNotification/Classes/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "XCPushPlatformConfigure",
23       "source_files": "XCPushNotification/Classes/XCPushPlatformConfigure/*"
24     },
25     {
26       "name": "XCPushNotificationProtocol",
27       "source_files": "XCPushNotification/Classes/XCPushNotificationProtocol/*"
28     }
29   ]