blob: 711a06ed1a9b7a8b24ae8b6e0a97f8937f3c6c28 [file] [log] [blame]
{
"name": "AwaitKit",
"version": "5.1.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": "5.1.0"
},
"screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"PromiseKit": [
"~> 6"
]
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}