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