blob: f66781a0ad92cb77a2dce2e760090a30f767e9f0 [file] [log] [blame]
{
"name": "CPNetwoking",
"version": "0.1.1",
"summary": "CPNetworking is a HTTP component which encapsulate AFNetworking.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/crespoxiao/CPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaochengfei": "40176452@qq.com"
},
"source": {
"git": "https://github.com/crespoxiao/CPNetworking.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CPNetwoking/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"ReactiveCocoa": [
"~> 2.5"
],
"JSONModel": [
"~> 1.7.0"
]
}
}