[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.0.1 / commonSDK.podspec.json
blob8ded7219dca6a4db475d7e218eedc4260a0936c4
2   "name": "commonSDK",
3   "version": "0.0.1",
4   "summary": "通用的功能封装如,网络请求,图片加载",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/15730898949/commonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MAHAIHONG": "15730898949@163.com"
13   },
14   "source": {
15     "git": "https://github.com/15730898949/commonSDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-all_load"
23   },
24   "frameworks": [
25     "UIKit",
26     "UserNotifications",
27     "AdSupport",
28     "Security",
29     "CoreGraphics",
30     "SystemConfiguration",
31     "CoreTelephony",
32     "CoreFoundation",
33     "CFNetwork",
34     "Foundation"
35   ],
36   "libraries": [
37     "z",
38     "resolv"
39   ],
40   "ios": {
41     "vendored_libraries": "commonSDK/commonSDK/Classes/framework/JPush/*.a",
42     "vendored_frameworks": "commonSDK/commonSDK/Classes/framework/*.framework"
43   },
44   "dependencies": {
45     "AFNetworking": [
46       "~> 3.1.0"
47     ],
48     "FMDB": [
49       "~> 2.6.2"
50     ],
51     "MBProgressHUD": [
52       "~> 1.0.0"
53     ],
54     "SDWebImage": [
55       "~> 3.7.6"
56     ],
57     "MJExtension": [
58       "~> 3.0.10"
59     ],
60     "Masonry": [
61       "~> 1.1.0"
62     ],
63     "MJRefresh": [
64       "~> 3.1.14.1"
65     ],
66     "IQKeyboardManager": [
67       "~> 3.3.7"
68     ],
69     "JJException": [
70       "~> 0.1.9"
71     ]
72   },
73   "source_files": "commonSDK/commonSDK/Classes/**/*.{h,m}"