blob: 8e26ae5ed8df2eded5d62f8f38967a885e98da19 [file] [log] [blame]
{
"name": "ConcurrentKit",
"version": "0.1.0",
"summary": "Task-based concurrency made easy with promise/future like syntax for OS X and iOS.",
"homepage": "https://github.com/daltoniam/ConcurrentKit",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/ConcurrentKit.git",
"tag": "0.1.0"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true
}