[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 0 / WZFMWK / 0.1.3 / WZFMWK.podspec.json
blobde27892a4f17880a35a60ae3e0df31c53c32ebf1
2   "name": "WZFMWK",
3   "summary": "一些自用的、通用的、业务逻辑无关的类别/工具类。",
4   "version": "0.1.3",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "zhuangyz": "632647076@qq.com"
11   },
12   "homepage": "https://www.baidu.com",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/zhuangyz/WZFMWK.git",
18     "tag": "0.1.3"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Utils",
25       "public_header_files": "WZFMWK/Utils/*.h",
26       "source_files": "WZFMWK/Utils/*.{h,m}",
27       "subspecs": [
28         {
29           "name": "Categories",
30           "public_header_files": "WZFMWK/Utils/Categories/WZCategoriesHeader.h",
31           "source_files": "WZFMWK/Utils/Categories/WZCategoriesHeader.h",
32           "subspecs": [
33             {
34               "name": "Foundation",
35               "public_header_files": "WZFMWK/Utils/Categories/Foundation/*.h",
36               "source_files": "WZFMWK/Utils/Categories/Foundation/*.{h,m}"
37             },
38             {
39               "name": "UIKit",
40               "public_header_files": "WZFMWK/Utils/Categories/UIKit/*.h",
41               "source_files": "WZFMWK/Utils/Categories/UIKit/*.{h,m}"
42             }
43           ]
44         },
45         {
46           "name": "Tools",
47           "source_files": "WZFMWK/Utils/Tools/*.{h,m}",
48           "public_header_files": "WZFMWK/Utils/Tools/*.h",
49           "dependencies": {
50             "INTULocationManager": [
52             ],
53             "WZFMWK/Utils/Categories": [
55             ]
56           }
57         }
58       ]
59     },
60     {
61       "name": "WZPhotoBrowser",
62       "source_files": "WZFMWK/WZPhotoBrowser/*.{h,m}",
63       "public_header_files": [
64         "WZFMWK/WZPhotoBrowser/WZPhotoBrowser.h",
65         "WZFMWK/WZPhotoBrowser/WZPhoto.h",
66         "WZFMWK/WZPhotoBrowser/UIViewController+WZPhotoBrowser.h"
67       ],
68       "dependencies": {
69         "SDWebImage": [
70           "~> 4.0"
71         ]
72       }
73     },
74     {
75       "name": "WZHTTPNetworking",
76       "source_files": "WZFMWK/WZHTTPNetworking/*.{h,m}",
77       "public_header_files": "WZFMWK/WZHTTPNetworking/*.h",
78       "dependencies": {
79         "AFNetworking": [
80           "~> 3.1.0"
81         ]
82       }
83     },
84     {
85       "name": "Core",
86       "dependencies": {
87         "WZFMWK/Utils": [
89         ],
90         "WZFMWK/WZHTTPNetworking": [
92         ],
93         "WZFMWK/WZPhotoBrowser": [
95         ]
96       }
97     }
98   ]