blob: e09113f34bf00a0bd648c88f0b81e8457682d82b [file] [log] [blame]
{
"name": "FHTTPClient",
"version": "0.0.3",
"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.3"
},
"source_files": "FHTTPClient/FHTTPClient/**/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": "Foundation",
"requires_arc": true
}