blob: db13276e511efb9124a014b4fadc6d39b22c4241 [file] [log] [blame]
{
"name": "Errands",
"version": "0.0.1",
"source": {
"git": "https://github.com/lukewar/Errands.git",
"tag": "0.0.1"
},
"summary": "A nice way of running sequential tasks.",
"description": "ยต-library with aim on simplyfing asynchronous sequential operations.",
"homepage": "https://github.com/lukewar/Errands",
"license": {
"type": "Attribution",
"file": "LICENSE"
},
"authors": {
"Lukasz Warchol": "lwarchol87@gmail.com"
},
"social_media_url": "https://twitter.com/warcholuke",
"cocoapods_version": ">= 1.5.0",
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Errands/**/*.swift",
"requires_arc": true
}