blob: 3106a88cd67984e926d8eab3003e2f4c358f3cab [file] [log] [blame]
{
"name": "SSBaseKitModule",
"version": "1.0.1",
"summary": "基础框架类",
"description": "私有SSBaseKit类,包含一些自定义组件",
"homepage": "https://github.com/SherryIsMe/SSBaseKitModule",
"license": "MIT",
"authors": {
"马清霞": "maqingxia@wdwd.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SherryIsMe/SSBaseKitModule.git",
"tag": "1.0.1"
},
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "UIKit",
"source_files": "SSBaseKitModule/*.{h,m}"
}
]
}