blob: b73b3e0813faddde0f8bae91158c778f536facc8 [file] [log] [blame]
{
"name": "SomeAsyncSwift",
"version": "0.2.2",
"license": "MIT",
"summary": "Async operations via Async Await and more",
"homepage": "https://github.com/smakeev/AsyncSwift",
"authors": {
"Sergey Makeev": "makeev.87@gmaol.com"
},
"source": {
"git": "https://github.com/smakeev/AsyncSwift.git",
"tag": "0.2.2"
},
"documentation_url": "https://github.com/smakeev/AsyncSwift/wiki",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Source/*.swift",
"swift_version": "5.1"
}