[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / b / SCShopFramework / 0.1.8 / SCShopFramework.podspec.json
blobbf5465988377b3d109b377c3c71db9b9c7f1289c
2   "name": "SCShopFramework",
3   "version": "0.1.8",
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.1.8"
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   "resource_bundles": {
30     "SCShoppingResource": [
31       "SCShopFramework/Assets/*.png"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "ENABLE_BITCODE": "NO"
36   },
37   "frameworks": [
38     "UIKit",
39     "MapKit",
40     "CoreGraphics",
41     "CoreServices",
42     "Security",
43     "SystemConfiguration",
44     "CoreTelephony"
45   ],
46   "dependencies": {
47     "AFNetworking": [
48       "~> 3.2.0"
49     ],
50     "IQKeyboardManager": [
51       "~> 6.5.0"
52     ],
53     "FMDB": [
54       "~> 2.7.2"
55     ],
56     "YYKit": [
57       "~> 1.0.9"
58     ],
59     "SDWebImage": [
60       "~> 5.8.1"
61     ],
62     "SDCycleScrollView": [
63       "~> 1.80"
64     ],
65     "MJRefresh": [
66       "~> 3.4.3"
67     ],
68     "Masonry": [
69       "~> 1.1.0"
70     ],
71     "BlocksKit": [
72       "~> 2.2.5"
73     ],
74     "WebViewJavascriptBridge": [
75       "~> 6.0"
76     ],
77     "WKWebViewExtension": [
78       "~> 0.1"
79     ]
80   }