blob: 479643cbb5f2102258d6bd4ea01c2b297aba3a22 [file] [log] [blame]
{
"name": "RunKit",
"version": "1.0.3",
"summary": "A Swift Wrapper for Grand Central Dispatch (GCD) Framework that supports method chaining",
"homepage": "https://github.com/khoiln/RunKit",
"license": {
"type": "MIT"
},
"authors": {
"Khoi": "khoi.geeky@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/khoiln/RunKit.git",
"tag": "1.0.3"
},
"source_files": "Source/**/*.{swift,h,m}",
"requires_arc": true
}