[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / f / minikitSwift / 1.0.4 / minikitSwift.podspec.json
blobef139bd2efef56f6593d15f4221fbe9a29d274a1
2   "name": "minikitSwift",
3   "version": "1.0.4",
4   "swift_version": "4.0",
5   "summary": "Swift 常用的一些工具或base类 封装成,组件化, miniKit.",
6   "description": "Swift 常用的一些工具或base类 封装成,组件化,方便新项目直接用,不用拖来拖去, miniKit.",
7   "homepage": "https://github.com/dongshangtong/swift-minikit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "dongshangtong": "dongshangtong@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/dongshangtong/swift-minikit.git",
20     "tag": "1.0.4"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "MNBase",
26       "source_files": "minikit/MNBase/*.swift"
27     }
28   ]