blob: e176e1c2ad9664669399d2493e62e4d8a5d8a217 [file] [log] [blame]
{
"name": "CHNetworkRequestKit",
"version": "1.0.3",
"summary": "A fabulous way to handle network request.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/turtlexuan/CHNetworkRequestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"turtlexuan": "turtlexuan@gmail.com"
},
"source": {
"git": "https://github.com/turtlexuan/CHNetworkRequestKit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CHNetworkRequestKit/Classes/",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Alamofire": [
"~> 4.5.0"
],
"PromiseKit": [
"~> 4.5.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}