[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.1.5 / commonSDK.podspec.json
blob42b90af51bf1df47f574e463103828ecfd42880b
2   "name": "commonSDK",
3   "version": "0.1.5",
4   "summary": "A short description of commonSDK.",
5   "description": "基础功能封装",
6   "homepage": "https://github.com/15730898949/commonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "15730898949": "15730898949@163.com"
13   },
14   "source": {
15     "git": "https://github.com/15730898949/commonSDK.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": [
22     "commonSDK/commonSDK/Classes/**/*.m"
23   ],
24   "source_files": "commonSDK/commonSDK/Classes/**/*.h",
25   "resources": "commonSDK/commonSDK/Classes/Frameworks/IQKeyboardManager/Resources/IQKeyboardManager.bundle",
26   "ios": {
27     "vendored_libraries": "commonSDK/commonSDK/Classes/Frameworks/JPush/*.a"
28   },
29   "frameworks": [
30     "UIKit",
31     "UserNotifications",
32     "AdSupport",
33     "Security",
34     "CoreGraphics",
35     "SystemConfiguration",
36     "CoreTelephony",
37     "CoreFoundation",
38     "CFNetwork",
39     "Foundation"
40   ],
41   "libraries": [
42     "z",
43     "resolv"
44   ],
45   "static_framework": true,
46   "xcconfig": {
47     "OTHER_LDFLAGS": "-ObjC"
48   }