| { |
| "name": "Arrow", |
| "version": "2.0.2", |
| "summary": "Elegant JSON Parsing in Swift", |
| "homepage": "https://github.com/s4cha/Arrow", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "S4cha", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/s4cha/Arrow.git", |
| "tag": "2.0.2" |
| }, |
| "social_media_url": "https://twitter.com/sachadso", |
| "source_files": "Source/*.swift", |
| "requires_arc": true, |
| "description": "Elegant Swift JSON Parsing - Stop writing boilerplate JSON parsing code and focus on your awesome App instead" |
| } |