blob: fc0b4cfe6ba51926dd9cf86914975b6e9f9e6647 [file] [log] [blame]
{
"name": "SHXPromise",
"version": "0.1.0",
"license": "MIT",
"summary": "A lightweight implementation of Promises/A+ for iOS and OS X.",
"homepage": "https://github.com/MSNexploder/SHXPromise",
"authors": {
"Stefan Huber": "MSNexploder@gmail.com"
},
"source": {
"git": "https://github.com/MSNexploder/SHXPromise.git",
"tag": "0.1.0"
},
"source_files": "SHXPromise",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}