blob: 957fe83c8f76ecacefc09b470f2550372145d0b0 [file] [log] [blame]
{
"name": "UC_commonUnit",
"version": "0.0.2",
"summary": "通用工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git.hnbangyao.com/UCComponen/uc_commonunit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangheng": "1339669469@qq.com"
},
"source": {
"git": "http://git.hnbangyao.com/UCComponen/uc_commonunit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "SLMarqueeControl",
"source_files": "UC_commonUnit/Classes/SLMarqueeControl/**/*"
},
{
"name": "UC_AddCustomView",
"dependencies": {
"Masonry": [
]
},
"source_files": "UC_commonUnit/Classes/UC_AddCustomView/**/*"
}
]
}