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