blob: df18c279ca0e791dd910371757094a0406c59264 [file] [log] [blame]
{
"name": "GJTAdditionKit",
"version": "0.0.3",
"summary": "UIKit 各个类 一些扩展.",
"description": "UIKit 各个类 一些扩展,例如 UIView、UIButton 等。",
"homepage": "https://github.com/zjh171/GJTAdditionKit.git",
"license": "MIT",
"authors": {
"kyson": "kysonzhu"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zjh171/GJTAdditionKit.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}