[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 4 / UBTools / 1.0.6 / UBTools.podspec.json
blob3c1f53e1aedf7cd7f1aabe3ebd2494cd31dcaa7a
2   "name": "UBTools",
3   "version": "1.0.6",
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.6"
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   ]