blob: 41e16cbe076b91c044c328c32b2d3ea943dde017 [file] [log] [blame]
{
"name": "TPNetworking",
"version": "0.0.1",
"summary": "TPNetworking iOS系统网络库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Topredator/TPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Topredator": "luyanggold@163.com"
},
"source": {
"git": "https://github.com/Topredator/TPNetworking.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TPNetworking/Classes/TPNetworking.h",
"subspecs": [
{
"name": "Base",
"source_files": "TPNetworking/Classes/Base/**/*",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
],
"CocoaLumberjack": [
]
},
"private_header_files": "TPNetworking/Classes/Base/TPNetworkPrivate.h"
},
{
"name": "Core",
"source_files": "TPNetworking/Classes/Core/**/*",
"dependencies": {
"TPNetworking/Base": [
],
"TPNetworking/YYModel": [
],
"ReactiveObjC": [
]
}
},
{
"name": "YYModel",
"source_files": "TPNetworking/Classes/YYModel/**/*"
}
]
}