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