[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / b / f / minikitSwift / 1.0.5 / minikitSwift.podspec.json
blob6cf809ff9a2acd52e3eb9686e52e1353200334dd
2   "name": "minikitSwift",
3   "version": "1.0.5",
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.5"
21   },
22   "source_files": [
23     "minikit",
24     "minikit/**/*"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "MNBase",
30       "source_files": "minikit/MNBase/*.swift"
31     }
32   ]