blob: 0b75defcd09b95f051a272c2adacbf60d741b4c9 [file] [log] [blame]
{
"name": "TestkitModel",
"version": "0.0.5",
"summary": "A short description of TestkitModel.",
"description": "TODO: Add long description of the pod here.\n 0.0.4 新增加 图片和Xib的加载方式,添加资源库",
"homepage": "https://gitee.com/xfql/TestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guoxiafei": "guoxiafei1991@163.com"
},
"source": {
"git": "https://gitee.com/xfql/TestKit.git",
"tag": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Component",
"subspecs": [
{
"name": "First",
"source_files": "TestkitModel/Component/First/*",
"resource_bundles": {
"First": [
"TestkitModel/ComponentBundle/FirstBundle/*.{xcassets,xib}"
]
}
},
{
"name": "Second",
"source_files": "TestkitModel/Component/Second/*",
"resource_bundles": {
"Second": [
"TestkitModel/ComponentBundle/SecondBundle/*.xcassets"
]
}
}
]
}
]
}