blob: 0090f6b2c37b924d7befc61fa6fd6f2532ae02e6 [file] [log] [blame]
{
"name": "Rebelle",
"version": "1.2.0",
"source": {
"git": "https://github.com/KptainO/Rebelle.git",
"tag": "1.2.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",
"osx": "10.7"
},
"source_files": "Rebelle/**/*.{h,m}",
"prefix_header_file": "Rebelle/Rebelle-Prefix.pch",
"private_header_files": "Rebelle/RBExecuter.h",
"requires_arc": true
}