blob: eb3be29e2a679eb9a44de1281be20b615e8ced90 [file] [log] [blame]
{
"name": "AwaitKit",
"version": "2.0.0",
"license": "MIT",
"summary": "The ES8 Async/Await control flow for Swift",
"homepage": "https://github.com/yannickl/AwaitKit.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/AwaitKit.git",
"tag": "2.0.0"
},
"screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}