blob: 95e8bdfa8b5f95abc35328752cf77acacc070c96 [file] [log] [blame]
{
"name": "AwaitKit",
"version": "1.0.0",
"license": "MIT",
"summary": "The ES7 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": "1.0.0"
},
"screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"PromiseKit": [
"~> 3.2"
]
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}