[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 0 / b / SCShopSDK / 1.8.6 / SCShopSDK.podspec.json
blob3a1d3949cebed10072824bbd44883ff1b7e1d96a
2   "name": "SCShopSDK",
3   "version": "1.8.6",
4   "summary": "shopping",
5   "description": "A shopping framework demo",
6   "homepage": "https://github.com/SCShopTeam/SCShopSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gejunyu5": "393864523@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/SCShopTeam/SCShopSDK.git",
16     "tag": "1.8.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "SCShopSDK/Classes/**/*.{h,m,pch}",
23     "SCShopSDK/Classes/**/**/*.{h,m}",
24     "SCShopSDK/Classes/**/**/**/*.{h,m}",
25     "SCShopSDK/Classes/**/**/**/**/*.{h,m}"
26   ],
27   "public_header_files": [
28     "SCShopSDK/Classes/Util/SCShoppingManager.h",
29     "SCShopSDK/Classes/ViewControllers/WebView/SCURLSerialization.h",
30     "SCShopSDK/Classes/Util/SCShopSDK.h",
31     "SCShopSDK/Classes/Views/SCCustomAlertController.h"
32   ],
33   "prefix_header_file": "SCShopSDK/Classes/Util/SCCommonPrefix.pch",
34   "user_target_xcconfig": {
35     "OTHER_LDFLAGS": [
36       "-ObjC",
37       "-all_load"
38     ],
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "static_framework": true,
45   "requires_arc": true,
46   "libraries": [
47     "z",
48     "sqlite3"
49   ],
50   "frameworks": [
51     "UIKit",
52     "MapKit",
53     "CoreGraphics",
54     "MobileCoreServices",
55     "Security",
56     "SystemConfiguration",
57     "CoreTelephony",
58     "MessageUI",
59     "QuartzCore",
60     "CoreFoundation",
61     "CoreText",
62     "CoreImage",
63     "ImageIO",
64     "AssetsLibrary",
65     "Accelerate",
66     "WebKit",
67     "CoreLocation",
68     "EventKit",
69     "JavaScriptCore",
70     "AdSupport"
71   ],
72   "dependencies": {
73     "AFNetworking": [
74       "~> 3.2.0"
75     ],
76     "FMDB": [
77       "~> 2.7.2"
78     ],
79     "YYModel": [
80       "~> 1.0.4"
81     ],
82     "SDWebImage": [
83       "~> 5.8.1"
84     ],
85     "SDCycleScrollView": [
86       "~> 1.82"
87     ],
88     "MJRefresh": [
89       "~> 3.4.3"
90     ],
91     "Masonry": [
92       "~> 1.1.0"
93     ],
94     "WebViewJavascriptBridge": [
95       "~> 6.0.3"
96     ],
97     "WKWebViewExtension": [
98       "~> 0.1"
99     ]
100   }