[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / b / SCShopFramework / 0.6.9 / SCShopFramework.podspec.json
blobf9861a607376402d3c75c8786f6eca33e1644c71
2   "name": "SCShopFramework",
3   "version": "0.6.9",
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.6.9"
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     "SCShopFramework/Classes/Util/SCShopFramework.h"
31   ],
32   "prefix_header_file": "SCShopFramework/Classes/Util/SCCommonPrefix.pch",
33   "user_target_xcconfig": {
34     "OTHER_LDFLAGS": [
35       "-ObjC",
36       "-all_load"
37     ]
38   },
39   "static_framework": true,
40   "requires_arc": true,
41   "libraries": [
42     "z",
43     "sqlite3"
44   ],
45   "frameworks": [
46     "UIKit",
47     "MapKit",
48     "CoreGraphics",
49     "MobileCoreServices",
50     "Security",
51     "SystemConfiguration",
52     "CoreTelephony",
53     "MessageUI",
54     "QuartzCore",
55     "CoreFoundation",
56     "CoreText",
57     "CoreImage",
58     "ImageIO",
59     "AssetsLibrary",
60     "Accelerate",
61     "WebKit",
62     "CoreLocation",
63     "EventKit",
64     "JavaScriptCore",
65     "AdSupport"
66   ],
67   "dependencies": {
68     "AFNetworking": [
69       "~> 3.2.0"
70     ],
71     "FMDB": [
72       "~> 2.7.2"
73     ],
74     "YYModel": [
75       "~> 1.0.4"
76     ],
77     "SDWebImage": [
78       "~> 5.8.1"
79     ],
80     "SDCycleScrollView": [
81       "~> 1.80"
82     ],
83     "MJRefresh": [
84       "~> 3.4.3"
85     ],
86     "Masonry": [
87       "~> 1.1.0"
88     ],
89     "WebViewJavascriptBridge": [
90       "~> 6.0"
91     ],
92     "WKWebViewExtension": [
93       "~> 0.1"
94     ]
95   }