blob: d1ea50f550cebe9a0e305bcf3396864df6f79476 [file] [log] [blame]
{
"name": "CHNetworkRequestKit",
"version": "1.1.0",
"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.1.0"
},
"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"
}