[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / 1 / 0 / CRToolBox / 0.2.0 / CRToolBox.podspec.json
blob8d8b1c4bb452d07ee1ab6456b564126d9ab78ecf
2   "name": "CRToolBox",
3   "version": "0.2.0",
4   "swift_versions": "5.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.2.0"
18   },
19   "source_files": [
20     "CRToolBox/Basic",
21     "CRToolBox/Extensions/*"
22   ],
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Kingfisher": [
30       "5.15.7"
31     ],
32     "SKPhotoBrowser": [
33       "6.1.0"
34     ],
35     "ZLPhotoBrowser": [
36       "4.0.9"
37     ],
38     "EmptyDataSet-Swift": [
39       "5.0.0"
40     ],
41     "SwifterSwift": [
42       "5.2.0"
43     ],
44     "Presentr": [
45       "1.9"
46     ],
47     "BottomPopup": [
48       "0.6.0"
49     ],
50     "SwiftyJSON": [
51       "4.3.0"
52     ],
53     "SwiftDate": [
54       "6.3.0"
55     ]
56   },
57   "swift_version": "5.0"