[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 0 / CRToolBox / 0.0.9 / CRToolBox.podspec.json
blob1c6022b61ad6195a268d0ebcdd5da98c2a2e44a1
2   "name": "CRToolBox",
3   "version": "0.0.9",
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.0.9"
18   },
19   "source_files": [
20     "CRToolBox/ExtensionTools",
21     "CRToolBox/MoreTools",
22     "CRToolBox/ObjectMapperTools"
23   ],
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "ObjectMapper": [
31       "3.3"
32     ],
33     "lottie-ios": [
34       "2.5.2"
35     ],
36     "Kingfisher": [
37       "4.9.0"
38     ]
39   }