blob: 70b6b6c8f0262e511c51486a9880a16515dde894 [file] [log] [blame]
{
"name": "AwaitKit",
"version": "3.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": "3.0.0"
},
"screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"PromiseKit": [
"~> 4.1"
]
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}