blob: 9d0a83e7af4256d8573debd8c38e73e66d7fd03e [file] [log] [blame]
{
"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"
]
}
}