blob: 6b3c2ed758fee530e936e842d46b1a41a4e0bfb2 [file] [log] [blame]
{
"name": "TUNetworking",
"version": "1.0.10",
"summary": "TUNetworking.",
"description": "TUNetworking on github",
"homepage": "https://github.com/chengxianghe/TUNetworking.git",
"license": "MIT",
"authors": {
"chengxianghe": "chengxianghe@outlook.com"
},
"source": {
"git": "https://github.com/chengxianghe/TUNetworking.git",
"tag": "1.0.10"
},
"platforms": {
"ios": "7.0"
},
"source_files": "TUNetworking/TUNetworking.h",
"public_header_files": "TUNetworking/TUNetworking.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "Helper",
"source_files": "TUNetworking/Helper/*.{h,m}"
},
{
"name": "Config",
"source_files": "TUNetworking/Config/*.{h,m}",
"dependencies": {
"TUNetworking/Helper": [
]
}
},
{
"name": "Request",
"source_files": "TUNetworking/Request/*.{h,m}",
"dependencies": {
"TUNetworking/Config": [
],
"TUNetworking/Helper": [
]
}
},
{
"name": "Manager",
"source_files": "TUNetworking/Manager/*.{h,m}",
"dependencies": {
"TUNetworking/Request": [
],
"TUNetworking/Helper": [
]
}
}
]
}