blob: a0b56b6103c7576cc34e50083c12eef897686e47 [file] [log] [blame]
{
"name": "MWHttpUnit",
"version": "1.0.2",
"summary": "A Unit of AFNetworking manager.",
"description": "The Unit Use AFNetworking can be quickly integrated make network request component.",
"homepage": "https://coding.net/u/iliunian/p/MWHttpUnit/git",
"license": "MIT",
"authors": {
"liu nian": "i19850511@gmail.com"
},
"source": {
"git": "https://git.coding.net/iliunian/MWHttpUnit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/MWHTTPUnit.h",
"public_header_files": "Pod/Classes/MWHTTPUnit.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "CacheUnit",
"source_files": "Pod/Classes/CacheUnit/*.{h,m}"
},
{
"name": "HTTP",
"source_files": "Pod/Classes/HTTP/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "HTTPCacheUnit",
"source_files": "Pod/Classes/HTTPCacheUnit/*.{h,m}",
"dependencies": {
"MWHttpUnit/CacheUnit": [
],
"MWHttpUnit/HTTP": [
],
"MWHttpUnit/Extension": [
]
}
},
{
"name": "Extension",
"source_files": "Pod/Classes/Extension/*.{h,m}"
}
]
}