blob: 6abd739de67593432bc6a2c0e8e71591b6e914f5 [file] [log] [blame]
{
"name": "HandyGCD",
"version": "0.0.8",
"summary": "Easy to use Swift GCD",
"homepage": "https://github.com/temagit/HandyGCD.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TemaSir": "temagsoft@163.com"
},
"source": {
"git": "https://github.com/temagit/HandyGCD.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}