blob: a61568942efb25c73b3fe3f00bdf45a2d774422c [file] [log] [blame]
{
"name": "Run",
"version": "0.0.1",
"summary": "A Swift Wrapper for Grand Central Dispatch (GCD) Framework that supports chaining",
"homepage": "https://github.com/khoiln/Run",
"license": {
"type": "MIT"
},
"authors": {
"Khoi": "khoi.geeky@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/khoiln/Run.git",
"tag": "0.0.1"
},
"source_files": "Run/**/*.{swift}"
}