[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 0 / b / SCShopSDK / 1.8.5 / SCShopSDK.podspec.json
blob40ecf654f9bb21c207aa2e3b662fb944338ff416
2   "name": "SCShopSDK",
3   "version": "1.8.5",
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.5"
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   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "static_framework": true,
44   "requires_arc": true,
45   "libraries": [
46     "z",
47     "sqlite3"
48   ],
49   "frameworks": [
50     "UIKit",
51     "MapKit",
52     "CoreGraphics",
53     "MobileCoreServices",
54     "Security",
55     "SystemConfiguration",
56     "CoreTelephony",
57     "MessageUI",
58     "QuartzCore",
59     "CoreFoundation",
60     "CoreText",
61     "CoreImage",
62     "ImageIO",
63     "AssetsLibrary",
64     "Accelerate",
65     "WebKit",
66     "CoreLocation",
67     "EventKit",
68     "JavaScriptCore",
69     "AdSupport"
70   ],
71   "dependencies": {
72     "AFNetworking": [
73       "~> 3.2.0"
74     ],
75     "FMDB": [
76       "~> 2.7.2"
77     ],
78     "YYModel": [
79       "~> 1.0.4"
80     ],
81     "SDWebImage": [
82       "~> 5.8.1"
83     ],
84     "SDCycleScrollView": [
85       "~> 1.82"
86     ],
87     "MJRefresh": [
88       "~> 3.4.3"
89     ],
90     "Masonry": [
91       "~> 1.1.0"
92     ],
93     "WebViewJavascriptBridge": [
94       "~> 6.0.3"
95     ],
96     "WKWebViewExtension": [
97       "~> 0.1"
98     ]
99   }