blob: 01b86b4adfbcffa9b630d61065953d70649eec79 [file] [log] [blame]
{
"name": "Run",
"version": "1.0.2",
"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.2"
},
"source_files": "Run/**/*.{swift,h,m}"
}