[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / b / ISSCloudTools / 0.0.4 / ISSCloudTools.podspec.json
blobc0e32aa2d0b8123b9c1bb352a5e9b3c576dd211d
2   "name": "ISSCloudTools",
3   "version": "0.0.4",
4   "summary": "常用工具类",
5   "description": "常用UI、分类等集合",
6   "homepage": "https://github.com/zzxdx/ISSCloudTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangjian": "951864522@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/zzxdx/ISSCloudTools.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/MacroDefinition.h",
22   "requires_arc": true,
23   "dependencies": {
24     "MBProgressHUD": [
26     ],
27     "AFNetworking": [
29     ],
30     "Toast": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Category",
37       "source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/ISSCategory.h",
38       "subspecs": [
39         {
40           "name": "Foundation",
41           "source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/Foundation/*.{h,m}"
42         },
43         {
44           "name": "UIKit",
45           "source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/UIKit/*.{h,m}"
46         }
47       ]
48     },
49     {
50       "name": "UI",
51       "source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/UI/**/*.{h,m}"
52     }
53   ]