blob: 17a76958f51b7e616dae1a198aa310ad519d3bc1 [file] [log] [blame]
{
"name": "CURestKit",
"version": "1.0.3",
"summary": "light weight of client for RESTFul server.",
"description": " light weight of client for RESTFul server.Including objectives mapper. \n",
"homepage": "https://github.com/studentdeng/CURestkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"curer": "studentdeng@hotmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/studentdeng/CURestkit.git",
"tag": "1.0.3"
},
"source_files": [
"CURestkit",
"CURestkit/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ASIHTTPRequest": [
]
}
}