blob: ab7431bcb7023dc53001563b32c7e0eef48f8435 [file] [log] [blame]
{
"name": "CKPromise",
"version": "1.5.1",
"summary": "An implementation of Promises/A+ specification for ObjectiveC",
"homepage": "https://github.com/cristik/CKPromise",
"source": {
"git": "https://github.com/cristik/CKPromise.git",
"tag": "1.5.1"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Cristian Kocza": "cristik@cristik.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": "c++",
"source_files": "CKPromise/**/*.{h,m,mm}"
}