blob: ec692ff0498fcffa41fba6d1fd49f9a67643890e [file] [log] [blame]
{
"name": "GCDKit",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"GCDKit",
"GCDKit/**/*.{swift}"
],
"frameworks": "Foundation",
"requires_arc": true
}