blob: 3da35462d1265013e3ca00ce0af9da92f4826d2a [file] [log] [blame]
{
"name": "Rebelle",
"version": "1.0.0",
"source": {
"git": "https://github.com/KptainO/Rebelle.git",
"tag": "1.0.0"
},
"summary": "Objective-C implementation of Promises/A+ with a nice chainable syntax!",
"homepage": "https://github.com/KptainO/Rebelle",
"license": "MIT",
"authors": "KptainO",
"platforms": {
"ios": "6.0"
},
"source_files": [
"Rebelle",
"Rebelle/**/*.{h,m}"
],
"prefix_header_file": "Rebelle/Rebelle-Prefix.pch",
"requires_arc": true
}