blob: f3cb1c93e99e9231a6a68e58567954ea84ee43d2 [file] [log] [blame]
{
"name": "OMPromises",
"version": "0.1",
"summary": "Promises for iOS",
"homepage": "http://github.com/b52/OMPromises",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oliver Mader": "b52@reaktor42.de"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/b52/OMPromises.git",
"tag": "0.1"
},
"source_files": "OMPromises/*.{h,m}",
"public_header_files": "OMPromises/{OMPromises,OMPromise,OMDeferred}.h",
"requires_arc": true
}