blob: 52bae4040358fd302b7823efd151caae7dc56fb7 [file] [log] [blame]
{
"name": "FHTTPClient",
"version": "0.0.4",
"license": {
"type": "Apache License Version 2.0",
"file": "LICENSE"
},
"summary": "A simple iOS HTTP Client for REST services.",
"homepage": "https://github.com/furymobile/FHTTPClient",
"authors": {
"Fury Mobile": "support@furymobile.com"
},
"source": {
"git": "https://github.com/furymobile/FHTTPClient.git",
"tag": "0.0.4"
},
"source_files": "FHTTPClient/FHTTPClient/**/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": "Foundation",
"requires_arc": true
}