blob: 837f31f839c8a4306965993d9906bf9661a9641f [file] [log] [blame]
{
"name": "LSSComponent",
"version": "0.1.8",
"summary": "A short description of LSSComponent.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Dylan-YZF/LSSComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan-YZF": "dylan.yang@lianshang.com"
},
"source": {
"git": "git@git.lsfash.cn:nativeLib_iOS/LSSComponent.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSSComponent/Classes/**/*",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Constants",
"source_files": "LSSComponent/Classes/Constants/**/*"
},
{
"name": "BaseView",
"source_files": "LSSComponent/Classes/BaseViews/**/*"
},
{
"name": "ProgressView",
"source_files": "LSSComponent/Classes/ProgressView/**/*"
},
{
"name": "QRCode",
"source_files": "LSSComponent/Classes/QRCode/**/*"
}
]
}