[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / e / b / 6 / HCKit-Swift / 0.3.0 / HCKit-Swift.podspec.json
blob5a558b6298776bcc11081ab3a08efe6e2698cb2c
2   "name": "HCKit-Swift",
3   "version": "0.3.0",
4   "summary": "一个简单的Swift库",
5   "description": "一个森罗万象的Swift库",
6   "homepage": "https://github.com/chyo/HCKit-Swift",
7   "license": "MIT",
8   "authors": {
9     "ChenHongchao": "xmchc@hotmail.com"
10   },
11   "platforms": {
12     "ios": "8.2"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/chyo/HCKit-Swift.git",
17     "tag": "0.3.0"
18   },
19   "source_files": [
20     "Classes/**/*.swift",
21     "Module/*.modulemap"
22   ],
23   "resources": "Resources/*",
24   "frameworks": [
25     "Photos",
26     "CoreLocation",
27     "AVFoundation"
28   ],
29   "requires_arc": true,
30   "preserve_paths": "Module/module.modulemap",
31   "xcconfig": {
32     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/HCKit-Swift/Module"
33   },
34   "dependencies": {
35     "SnapKit": [
36       "~> 4.0.0"
37     ],
38     "Kingfisher": [
39       "~> 4.8.0"
40     ]
41   }