[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 0 / TPPush / 1.0.1 / TPPush.podspec.json
blob5bb3e1687d4e20d162ca23038abf3fd33baf7563
2   "name": "TPPush",
3   "version": "1.0.1",
4   "summary": "A short description of TPPush.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Topredator/TPPush",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPPush.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TPPush/Classes/TPPush.h",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Base",
26       "dependencies": {
27         "TPPush/Public": [
29         ]
30       },
31       "source_files": "TPPush/Classes/Base/**/*",
32       "private_header_files": "TPPush/Classes/Base/TPPushMethodSwizzling.h"
33     },
34     {
35       "name": "GT",
36       "source_files": "TPPush/Classes/GT/**/*",
37       "dependencies": {
38         "TPPush/Base": [
40         ],
41         "GTSDK": [
42           "~> 2.3.1.0"
43         ],
44         "TPPush/Public": [
46         ]
47       }
48     },
49     {
50       "name": "Public",
51       "source_files": "TPPush/Classes/Public/**/*"
52     }
53   ]