[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 1 / 0 / CRToolBox / 0.1.1 / CRToolBox.podspec.json
blobc3f4a6a553689322c5551a8fc9a117f7bbf19a7f
2   "name": "CRToolBox",
3   "version": "0.1.1",
4   "swift_version": "4.0",
5   "summary": "Swift开发者的工具箱",
6   "description": "CR开发iOS项目中所用到的懒人用法分享给大家",
7   "homepage": "https://github.com/ChaoRenYuan/CRToolBox.git",
8   "license": "MIT",
9   "authors": {
10     "chaorenyuan": "chaoren@crios.cn"
11   },
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/ChaoRenYuan/CRToolBox.git",
17     "tag": "0.1.1"
18   },
19   "source_files": [
20     "CRToolBox/ExtensionTools",
21     "CRToolBox/MoreTools",
22     "CRToolBox/ObjectMapperTools",
23     "CRToolBox/CRImageBrowserTools"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "ObjectMapper": [
32       "3.3"
33     ],
34     "lottie-ios": [
35       "2.5.2"
36     ],
37     "Kingfisher": [
38       "4.9.0"
39     ]
40   }