blob: 750e26e7c58504be3890f320584b0d72d44420ae [file] [log] [blame]
{
"name": "KitExtension",
"version": "1.1",
"summary": "Swift 常用控件扩展",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wbzhan/KitExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wbzhan": "wbzhan@yeah.net"
},
"source": {
"git": "https://github.com/wbzhan/KitExtension.git",
"tag": "1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "KitExtension/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}