{ | |
"name": "RubySugar", | |
"version": "1.0.0", | |
"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.0.0" | |
}, | |
"source_files": "RubySugar/RubySugar/Source/**/*.{h,m}", | |
"requires_arc": true, | |
"dependencies": { | |
"MKFoundationKit/Block": [ | |
"~> 1.0.0" | |
] | |
} | |
} |