blob: ac435d2c5f0ee684d7958aab19dfb38905235b92 [file] [log] [blame]
{
"name": "AsyncTask",
"version": "0.1.3",
"summary": "An asynchronous programming library for Swift.",
"description": "An asynchronous programming library for Swift that is composable and protocol oriented.",
"homepage": "https://github.com/zhxnlai/AsyncTask",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"source": {
"git": "https://github.com/zhxnlai/AsyncTask.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/Base/*.swift",
"requires_arc": true
}