blob: eb89e43a787258387ef5eb0a1a5c8f2992158071 [file] [log] [blame]
{
"name": "AlecrimAsyncKit",
"version": "2.0.2",
"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.0.2"
},
"source_files": "Source/**/*.swift",
"requires_arc": true
}