[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / 5 / HKBaseComponent / 1.0.0 / HKBaseComponent.podspec.json
blob35d0c452c590ff133072b3ce1658d4fa52a20981
2   "name": "HKBaseComponent",
3   "version": "1.0.0",
4   "summary": "haiker 的 iOS基础库",
5   "description": "基础库, 存放上层库共用的东西",
6   "homepage": "https://github.com/haikerapples/HKBaseComponent.git",
7   "source": {
8     "git": "https://github.com/haikerapples/HKBaseComponent.git",
9     "tag": "1.0.0"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0.0",
16   "static_framework": true,
17   "source_files": "HKBaseComponent/**/*",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "authors": {
23     "haiker": "876253014@qq.com"
24   },
25   "license": {
26     "type": "MIT",
27     "file": "LICENSE"
28   },
29   "subspecs": [
30     {
31       "name": "HKComponent",
32       "source_files": "HKBaseComponent/HKComponent/**/*"
33     },
34     {
35       "name": "HKExtension",
36       "source_files": "HKBaseComponent/HKExtension/**/*"
37     }
38   ],
39   "swift_version": "5.0.0"