blob: 6a65f62984487d97fb8286e9bb8a3b236fd80ded [file] [log] [blame]
{
"name": "HandyGCD",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}