| { | |
| "name": "Feynman", | |
| "version": "0.1.0", | |
| "summary": "Plug and play machine learning.", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/zkirill/Feynman", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Kirill Zdornyy": "feynman@icloud.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/zkirill/Feynman.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "Feynman/Classes/**/*", | |
| "dependencies": { | |
| "Alamofire": [ | |
| "~> 3.4" | |
| ] | |
| } | |
| } |