blob: b0c06a48f6f899b37b09876ffcfb6ba7f9cbb8d4 [file] [log] [blame]
{
"name": "AsyncTask",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AsyncTask/Classes/**/*"
}