| { | |
| "name": "Muttley", | |
| "version": "1.0", | |
| "summary": "Lightweight Networking for Swift", | |
| "homepage": "https://github.com/zolomatok/Muttley", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "Zoltán Matók": "bellamycpt@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/zolomatok/Muttley.git", | |
| "tag": "1.0" | |
| }, | |
| "requires_arc": true, | |
| "module_name": "Muttley", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "ios": { | |
| "source_files": "Muttley/*.swift", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ] | |
| } | |
| } |