[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 6 / f / TestkitModel / 0.0.5 / TestkitModel.podspec.json
blob0b75defcd09b95f051a272c2adacbf60d741b4c9
2   "name": "TestkitModel",
3   "version": "0.0.5",
4   "summary": "A short description of TestkitModel.",
5   "description": "TODO: Add long description of the pod here.\n    0.0.4 新增加 图片和Xib的加载方式,添加资源库",
6   "homepage": "https://gitee.com/xfql/TestKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guoxiafei": "guoxiafei1991@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/xfql/TestKit.git",
16     "tag": "0.0.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Component",
25       "subspecs": [
26         {
27           "name": "First",
28           "source_files": "TestkitModel/Component/First/*",
29           "resource_bundles": {
30             "First": [
31               "TestkitModel/ComponentBundle/FirstBundle/*.{xcassets,xib}"
32             ]
33           }
34         },
35         {
36           "name": "Second",
37           "source_files": "TestkitModel/Component/Second/*",
38           "resource_bundles": {
39             "Second": [
40               "TestkitModel/ComponentBundle/SecondBundle/*.xcassets"
41             ]
42           }
43         }
44       ]
45     }
46   ]