[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 4 / Evoker / 0.12.0 / Evoker.podspec.json
blob7648d5949beddd9ac37a52a4f415c14042c4984f
2   "name": "Evoker",
3   "version": "0.12.0",
4   "summary": "Evoker",
5   "homepage": "https://evokerdev.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "yizhi996",
11   "source": {
12     "git": "https://github.com/yizhi996/evoker.git",
13     "tag": "0.12.0"
14   },
15   "swift_versions": "5.3",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "static_framework": true,
20   "frameworks": "Foundation",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "cocoapods_version": ">= 1.4.0",
25   "prefix_header_file": false,
26   "default_subspecs": [
27     "Core",
28     "Resources"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "iOS/Evoker/Sources/**/*.swift"
35       ],
36       "dependencies": {
37         "Alamofire": [
38           "~> 5.4"
39         ],
40         "SDWebImage": [
41           "~> 5.0"
42         ],
43         "SDWebImageWebPCoder": [
45         ],
46         "JXPhotoBrowser": [
47           "~> 3.0"
48         ],
49         "PureLayout": [
51         ],
52         "MJRefresh": [
54         ],
55         "CryptoSwift": [
56           "~> 1.4.1"
57         ],
58         "Zip": [
59           "~> 2.1"
60         ],
61         "ZLPhotoBrowser": [
63         ],
64         "KTVHTTPCache": [
65           "~> 2.0.0"
66         ],
67         "SQLite.swift": [
68           "~> 0.13.2"
69         ],
70         "SwiftyRSA": [
72         ],
73         "SocketRocket": [
75         ]
76       }
77     },
78     {
79       "name": "Resources",
80       "resource_bundles": {
81         "Evoker": [
82           "iOS/Evoker/Sources/Resources/Image.xcassets",
83           "iOS/Evoker/Sources/Resources/Sound/**/*",
84           "iOS/Evoker/Sources/Resources/SDK/**/*"
85         ]
86       }
87     },
88     {
89       "name": "Map",
90       "source_files": [
91         "iOS/EvokerMap/Sources/**/*.swift"
92       ],
93       "dependencies": {
94         "Evoker/Core": [
95           "0.12.0"
96         ],
97         "PureLayout": [
99         ],
100         "AMap3DMap": [
102         ],
103         "AMapSearch": [
105         ],
106         "AMapLocation": [
108         ]
109       }
110     }
111   ],
112   "swift_version": "5.3"