blob: 7bee4cfdbe2641efd92c654da6a268b3ba0e0053 [file] [log] [blame]
{
"name": "swift-async",
"version": "0.1.0",
"summary": "Common interface for asynchronous control flow in #swift.",
"homepage": "https://github.com/OliverLetterer/swift-async",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source": {
"git": "https://github.com/OliverLetterer/swift-async.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "async/*.h",
"frameworks": "Foundation"
}