blob: ba700f8dc77b7157a013663aa1a3b9a4af33eeb4 [file] [log] [blame]
{
"name": "ZSSwiftCommon",
"version": "1.0.1",
"summary": "Swift工程Common组件",
"description": "Common组件包含创建工程所需的各种参数、字符串、颜色处理等工具类",
"homepage": "https://github.com/DreamcoffeeZS/ZSSwiftCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamcoffeeZS": "dreamcoffeezs@163com"
},
"source": {
"git": "https://github.com/DreamcoffeeZS/ZSSwiftCommon.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Params",
"source_files": "ZSSwiftCommon/Params/**/*"
},
{
"name": "Extension",
"source_files": "ZSSwiftCommon/Extension/**/*"
}
]
}