| { |
| "name": "FunctionalJSON", |
| "version": "0.1.0", |
| "summary": "FunctionalJSON is a fast and functional JSON library for Swift.", |
| "description": "Inspired by the play/scala JSON lib.\nSimple reads composition to build complex structures\nFull JSON validation & easy debugging\nEasy navigation into the JSON tree\nSimple syntax\nFast !", |
| "homepage": "https://github.com/kreactive/FunctionalJSON", |
| "license": "MIT", |
| "authors": { |
| "Antoine Palazzolo": "a.palazzolo@kreactive.com" |
| }, |
| "source": { |
| "git": "https://github.com/kreactive/FunctionalJSON.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/antoine_p", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "FunctionalJSON/*.swift", |
| "dependencies": { |
| "FunctionalBuilder": [ |
| "~> 0.1.0" |
| ] |
| } |
| } |