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