blob: 9b0bf4beb4ecc13b18373a94ca5a2c4609753485 [file] [log] [blame]
{
"name": "TPPush",
"version": "1.0.2",
"summary": "A short description of TPPush.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Topredator/TPPush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Topredator": "luyanggold@163.com"
},
"source": {
"git": "https://github.com/Topredator/TPPush.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPPush/Classes/TPPush.h",
"static_framework": true,
"subspecs": [
{
"name": "Base",
"dependencies": {
"TPPush/Public": [
]
},
"source_files": "TPPush/Classes/Base/**/*",
"private_header_files": "TPPush/Classes/Base/TPPushMethodSwizzling.h"
},
{
"name": "GT",
"source_files": "TPPush/Classes/GT/**/*",
"dependencies": {
"TPPush/Base": [
],
"GTSDK": [
"~> 2.3.1.0"
],
"TPPush/Public": [
]
}
},
{
"name": "Public",
"source_files": "TPPush/Classes/Public/**/*"
}
]
}