blob: fe2111b684dede42d587ca4af95d50ecc1a35459 [file] [log] [blame]
{
"name": "GCDKit",
"version": "1.1.0",
"license": "MIT",
"summary": "GCDKit is Grand Central Dispatch simplified with Swift",
"homepage": "https://github.com/JohnEstropia/GCDKit",
"authors": {
"John Rommel Estropia": "rommel.estropia@gmail.com"
},
"source": {
"git": "https://github.com/JohnEstropia/GCDKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"GCDKit",
"GCDKit/**/*.{swift}"
],
"frameworks": "Foundation",
"requires_arc": true
}