[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 0 / TPPush / 1.0.0 / TPPush.podspec.json
blobb292310882789b6f51221b932f186de29c70f50d
2   "name": "TPPush",
3   "version": "1.0.0",
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.0"
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       "source_files": "TPPush/Classes/Base/**/*",
27       "private_header_files": "TPPush/Classes/Base/TPPushMethodSwizzling.h"
28     },
29     {
30       "name": "GT",
31       "source_files": "TPPush/Classes/GT/**/*",
32       "dependencies": {
33         "TPPush/Base": [
35         ],
36         "GTSDK": [
37           "~> 2.3.1.0"
38         ]
39       }
40     }
41   ]