[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / b / SCShopFramework / 0.5.2 / SCShopFramework.podspec.json
blob9bac25fa264d5742435b3a3d9c0eb678c13d864e
2   "name": "SCShopFramework",
3   "version": "0.5.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.5.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   "user_target_xcconfig": {
30     "OTHER_LDFLAGS": [
31       "-ObjC",
32       "-all_load"
33     ]
34   },
35   "static_framework": true,
36   "requires_arc": true,
37   "libraries": [
38     "z",
39     "sqlite3"
40   ],
41   "frameworks": [
42     "UIKit",
43     "MapKit",
44     "CoreGraphics",
45     "MobileCoreServices",
46     "Security",
47     "SystemConfiguration",
48     "CoreTelephony",
49     "MessageUI",
50     "QuartzCore",
51     "CoreFoundation",
52     "CoreText",
53     "CoreImage",
54     "ImageIO",
55     "AssetsLibrary",
56     "Accelerate",
57     "WebKit",
58     "CoreLocation",
59     "EventKit",
60     "JavaScriptCore",
61     "AdSupport"
62   ],
63   "dependencies": {
64     "AFNetworking": [
65       "~> 3.2.0"
66     ],
67     "FMDB": [
68       "~> 2.7.2"
69     ],
70     "YYModel": [
71       "~> 1.0.4"
72     ],
73     "SDWebImage": [
74       "~> 5.8.1"
75     ],
76     "SDCycleScrollView": [
77       "~> 1.80"
78     ],
79     "MJRefresh": [
80       "~> 3.4.3"
81     ],
82     "Masonry": [
83       "~> 1.1.0"
84     ],
85     "WebViewJavascriptBridge": [
86       "~> 6.0"
87     ],
88     "WKWebViewExtension": [
89       "~> 0.1"
90     ]
91   }