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