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