[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 4 / UBTools / 1.0.10 / UBTools.podspec.json
blobf6a2445494dc7f21cbde9b64f707a22e849b45c8
2   "name": "UBTools",
3   "version": "1.0.10",
4   "summary": "工具类",
5   "description": "工具类,包括 浏览器等",
6   "homepage": "https://git.coding.net/crazysiri/UBTools.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James": "511121933@qq,com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://git.coding.net/crazysiri/UBTools.git",
19     "tag": "1.0.10"
20   },
21   "source_files": "UBTools/UBTools.h",
22   "dependencies": {
23     "NJKWebViewProgress": [
25     ],
26     "YYImage/WebP": [
28     ],
29     "UBAlipayTool": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Browser",
36       "source_files": "UBTools/Browser/*.{h,m}"
37     },
38     {
39       "name": "AnimationImagesCreator",
40       "source_files": "UBTools/AnimationImagesCreator/*.{h,m}"
41     },
42     {
43       "name": "Keychain",
44       "source_files": "UBTools/Keychain/*.{h,m}"
45     },
46     {
47       "name": "WeakTimer",
48       "source_files": "UBTools/WeakTimer/*.{h,m}"
49     },
50     {
51       "name": "AvoidRepeatObj",
52       "source_files": "UBTools/AvoidRepeatObj/*.{h,m}"
53     },
54     {
55       "name": "RangeModel",
56       "source_files": "UBTools/RangeModel/*.{h,m}"
57     },
58     {
59       "name": "CommonSelectionController",
60       "source_files": "UBTools/CommonSelectionController/**/*.{h,m}",
61       "resources": "UBTools/CommonSelectionController/XDJComnonSelectionCell.xib"
62     },
63     {
64       "name": "ContactKit",
65       "source_files": "UBTools/ContactKit/*.{h,m}",
66       "dependencies": {
67         "UBTools/CommonSelectionController": [
69         ]
70       }
71     }
72   ]