[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / b / SCShopFramework / 0.2.2 / SCShopFramework.podspec.json
blob663cbc3fcf4ba659815ac8665638adf3e52a0710
2   "name": "SCShopFramework",
3   "version": "0.2.2",
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.2"
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   ],
50   "dependencies": {
51     "AFNetworking": [
52       "~> 3.2.0"
53     ],
54     "IQKeyboardManager": [
55       "~> 6.5.0"
56     ],
57     "FMDB": [
58       "~> 2.7.2"
59     ],
60     "YYKit": [
61       "~> 1.0.9"
62     ],
63     "SDWebImage": [
64       "~> 5.8.1"
65     ],
66     "SDCycleScrollView": [
67       "~> 1.80"
68     ],
69     "MJRefresh": [
70       "~> 3.4.3"
71     ],
72     "Masonry": [
73       "~> 1.1.0"
74     ],
75     "BlocksKit": [
76       "~> 2.2.5"
77     ],
78     "WebViewJavascriptBridge": [
79       "~> 6.0"
80     ],
81     "WKWebViewExtension": [
82       "~> 0.1"
83     ]
84   }