blob: c88db1951d483938992c16567e04e978965396c0 [file] [log] [blame]
{
"name": "AlecrimAsyncKit",
"version": "2.2.1",
"summary": "Bringing async and await to Swift world with some flavouring.",
"homepage": "https://github.com/Alecrim/AlecrimAsyncKit",
"license": "MIT",
"authors": {
"Vanderlei Martinelli": "vanderlei.martinelli@gmail.com"
},
"social_media_url": "https://twitter.com/vmartinelli",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Alecrim/AlecrimAsyncKit.git",
"tag": "2.2.1"
},
"source_files": "Source/**/*.swift",
"requires_arc": true
}