blob: 84b9cf4f32130faa5e9f62414f51058e2ca9796f [file] [log] [blame]
{
"name": "UCMBase",
"version": "0.0.1",
"summary": "ucm 的base类",
"description": "TODO: Add long description of the pod here.",
"homepage": "ssh://git@git.hnbangyao.com:9922/byShop/ucmbase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangheng": "1339669469@qq.com"
},
"source": {
"git": "ssh://git@git.hnbangyao.com:9922/byShop/ucmbase.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"prefix_header_contents": "#import \"UCMHeader.h\"",
"public_header_files": "Pod/Classes/viewcontrollerTool/*.h",
"source_files": "UCMBase/Classes/viewcontrollerTool/*",
"resource_bundles": {
"UCMBase": [
"UCMBase/Assets/*.png"
]
},
"dependencies": {
"UCMHeader": [
]
},
"subspecs": [
{
"name": "viewcontrollerTool"
}
]
}