blob: b2531357eb45e91b3bcfc5217369e4b032c1d19c [file] [log] [blame]
{
"name": "GTMUIControls",
"version": "0.1",
"summary": "swift 封装的一些UI小控件",
"homepage": "https://github.com/GTMYang/GTMUIControls",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GTMYang": "17757128523@163.com"
},
"source": {
"git": "https://github.com/GTMYang/GTMUIControls.git",
"tag": "0.1"
},
"source_files": "GTMUIControls/*.{h,swift}",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}