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