| { | |
| "name": "RubySugar", | |
| "version": "1.2.4", | |
| "summary": "Ports Ruby syntactic sugar to Objective-C.", | |
| "homepage": "https://github.com/michalkonturek/RubySugar", | |
| "license": "MIT", | |
| "authors": { | |
| "Michal Konturek": "michal.konturek@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/michalkonturek/RubySugar.git", | |
| "tag": "1.2.4" | |
| }, | |
| "source_files": "Source/**/*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "MKFoundationKit/Block": [ | |
| ">= 1.2.0" | |
| ] | |
| } | |
| } |