blob: bc2c8d60a23d82281f82cd3443b0edfe11041425 [file] [log] [blame]
{
"name": "TPFoundation",
"version": "1.0.0",
"summary": "A collection function library of TPFoundation.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Topredator/TPFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Topredator": "luyanggold@163.com"
},
"source": {
"git": "https://github.com/Topredator/TPFoundation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TPFoundation/Classes/TPFoundation.h",
"subspecs": [
{
"name": "Base",
"source_files": "TPFoundation/Classes/Base/**/*"
},
{
"name": "Category",
"source_files": "TPFoundation/Classes/Category/**/*",
"dependencies": {
"TPFoundation/Base": [
]
}
},
{
"name": "Utils",
"source_files": "TPFoundation/Classes/Utils/**/*",
"dependencies": {
"TPFoundation/Base": [
],
"TPFoundation/Category": [
]
}
}
]
}