| { |
| "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 |
| } |