[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 9 / a / 5 / EnhanceKit / 0.1.0 / EnhanceKit.podspec.json
bloba8a2141d35f677c1d36df36d9a8d142316491d31
2   "name": "EnhanceKit",
3   "version": "0.1.0",
4   "summary": "用于增强系统框架的能力,主要是提供一些Extension和Categorys的支持(同时包含Swift和OC)",
5   "description": "用于增强系统框架的能力,主要是提供一些Extension和Categorys的支持。\n类似于YYCategories,但是同时包含OC和Swift部分,以subspec的方式隔离,可以分开使用。",
6   "homepage": "https://github.com/xx-li/EnhanceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lixinxing": "x@devlxx.com"
13   },
14   "source": {
15     "git": "https://github.com/xx-li/EnhanceKit.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "subspecs": [
23     {
24       "name": "Swift",
25       "source_files": "EnhanceKit/Classes/Swift/**/*"
26     },
27     {
28       "name": "OC",
29       "source_files": "EnhanceKit/Classes/OC/**/*"
30     }
31   ],
32   "swift_version": "5.0"