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