| { |
| "name": "AHJSONSerializer", |
| "version": "0.1.0", |
| "summary": "AHJSONSerializer helps parse json to Object and visa versa", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/AlexHmelevski/AHJSONSerializer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alex Hmelevski": "alexei.hmelevski@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AlexHmelevski/AHJSONSerializer.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AHJSONSerializer/Classes/**/*", |
| "dependencies": { |
| "ALEither": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |