blob: 212b740f127569b24b2899c9ef6ef734155d9bf5 [file] [log] [blame]
{
"name": "RubySugar",
"version": "1.2.2",
"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.2"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MKFoundationKit/Block": [
">= 1.0.0"
]
}
}