blob: 7f9801f10c0346415e65306e473b18469cb71a28 [file] [log] [blame]
{
"name": "ICDataService",
"version": "0.9.0",
"summary": "Service that requesting data from different path of same host.",
"description": "Wrapped Service that requesting data from different path of same host, base on NSURLSession.",
"homepage": "https://github.com/IvanChan/ICDataService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"_ivanC": "_ivanC"
},
"source": {
"git": "https://github.com/IvanChan/ICDataService.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "ICDataService/Classes/ICDataService.h",
"source_files": "ICDataService/Classes/**/*"
}