[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / e / MZKit-Swift / 1.0.0 / MZKit-Swift.podspec.json
blob1a9fd4082b397071e49710999bb172f3f5448d07
2   "name": "MZKit-Swift",
3   "version": "1.0.0",
4   "summary": "iOS开发工具包Swift版(By: 张明重)",
5   "description": "UIKit和Foundation的扩展",
6   "homepage": "https://gitee.com/hkh_01/MZKit-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "the12306@qq.com": "the12306@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/hkh_01/MZKit-Swift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.1.2"
23   },
24   "subspecs": [
25     {
26       "name": "UIKit",
27       "source_files": "MZKit-Swift/UIKit/*.swift"
28     },
29     {
30       "name": "Foundation",
31       "source_files": "MZKit-Swift/Foundation/*.swift"
32     }
33   ]