| { | |
| "name": "Antenna", | |
| "version": "1.0.0", | |
| "license": "MIT", | |
| "summary": "Extensible Remote Logging for iOS.", | |
| "homepage": "https://github.com/mattt/Antenna", | |
| "authors": { | |
| "Mattt Thompson": "m@mattt.me" | |
| }, | |
| "source": { | |
| "git": "https://github.com/mattt/Antenna.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "Antenna", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 1.3" | |
| ] | |
| } | |
| } |