[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 0 / b / f / LCToolKit / 1.0.2 / LCToolKit.podspec.json
blob0302b8a423309d8ce5a9be8b79ca70f9c18b0ad5
2   "name": "LCToolKit",
3   "version": "1.0.2",
4   "summary": "Some encapsulation about Alamofire, FMDB and so on.",
5   "homepage": "https://github.com/GreenBeanD/LCTool",
6   "license": "MIT",
7   "authors": {
8     "LazyCat": "dxyrainbow@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/GreenBeanD/LCTool.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "LCToolKit/**/*.{swift}",
18   "frameworks": "UIKit",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.5.1"
22     ],
23     "FMDB": [
24       "~> 2.7.2"
25     ]
26   },
27   "requires_arc": true,
28   "pushed_with_swift_version": "4.0"