[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 4 / UBTools / 1.0.2 / UBTools.podspec.json
blobf470eb475d891f8e8a2ce7acea43f6eece6b700e
2   "name": "UBTools",
3   "version": "1.0.2",
4   "summary": "工具类",
5   "description": "工具类,包括 浏览器等",
6   "homepage": "https://git.coding.net/crazysiri/UBTools.git",
7   "license": "MIT",
8   "authors": {
9     "James": "511121933@qq,com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://git.coding.net/crazysiri/UBTools.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "UBTools/UBTools.h",
19   "dependencies": {
20     "NJKWebViewProgress": [
22     ],
23     "YYImage/WebP": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Browser",
30       "source_files": "UBTools/Browser/*.{h,m}"
31     },
32     {
33       "name": "AnimationImagesCreator",
34       "source_files": "UBTools/AnimationImagesCreator/*.{h,m}"
35     },
36     {
37       "name": "Keychain",
38       "source_files": "UBTools/Keychain/*.{h,m}"
39     },
40     {
41       "name": "WeakTimer",
42       "source_files": "UBTools/WeakTimer/*.{h,m}"
43     }
44   ]