blob: 077c8f26141b8df18c7f99d4b987e3951a7736f4 [file] [log] [blame]
{
"name": "SGURLSessionTask",
"summary": "An easy-to-use network encapsulation for iOS projects.",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sylphghost": "sylphghost@outlook.com"
},
"homepage": "https://github.com/sylphghost/SGURLSessionTask",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sylphghost/SGURLSessionTask.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "SGURLSessionTask/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYModel": [
],
"PromiseKit": [
"~> 1.0"
]
}
}