blob: 36b6c14ddac6b3ce4daa0349eedcdd5a7b1aa1e2 [file] [log] [blame]
{
"name": "LiteAPI",
"version": "0.1",
"summary": "A lite API framework.",
"description": "A chaining supported API framework.",
"homepage": "https://github.com/softwind0214/LiteAPI",
"license": {
"type": "MIT"
},
"authors": {
"Softwind Tang": "softwind0214@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/softwind0214/LiteAPI.git",
"tag": "0.1"
},
"source_files": "Lib/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}