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