blob: 057daceea4b3af79d73d64ca932ac5dcf3a93f2b [file] [log] [blame]
{
"name": "YUGCDObjC",
"version": "1.0.0",
"summary": "GCDKit is Grand Central Dispatch simplified with objective-c",
"homepage": "https://github.com/c6357/YUGCDObjCExample",
"license": "MIT",
"authors": {
"BruceYu": "c6357@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/c6357/YUGCDObjCExample.git",
"tag": "1.0.0"
},
"source_files": [
"YUGCDObjC",
"YUGCDObjC/**/*.{h,m}"
],
"requires_arc": true
}