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