[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / 2 / ZainSDK / 0.0.1 / ZainSDK.podspec.json
blob5d72b4e1f3fdce0a62ee6791d4347d1e1cd6a6b7
2   "name": "ZainSDK",
3   "version": "0.0.1",
4   "summary": "ZainSDK是iOS日常开发常用的工具类",
5   "description": "包含UIView、UILabe、UIButton、NSString、UIColor...常用Extenions",
6   "homepage": "https://github.com/gouzyi/ZainSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zainguo": "572249347@qq.com"
13   },
14   "social_media_url": "https://www.jianshu.com/u/b2d703ff4984",
15   "source": {
16     "git": "https://github.com/gouzyi/ZainSDK.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "ZainSDK/ZainSDKMacro.h",
20   "public_header_files": "ZainSDK/ZainSDKMacro.h",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "8.0"
24   },
25   "subspecs": [
26     {
27       "name": "ZainExtensions",
28       "source_files": "ZainSDK/ZainExtensions/**/*",
29       "dependencies": {
30         "MBProgressHUD": [
32         ]
33       },
34       "frameworks": "UIKit"
35     },
36     {
37       "name": "NavigationBar",
38       "source_files": "ZainSDK/NavigationBar/*.{h,m}",
39       "dependencies": {
40         "ZainSDK/ZainExtensions": [
42         ]
43       }
44     },
45     {
46       "name": "NetworkManager",
47       "source_files": "ZainSDK/NetworkManager/*.{h,m}",
48       "dependencies": {
49         "AFNetworking": [
51         ]
52       }
53     }
54   ]