[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / 8 / e / PandaUtils / 0.0.8 / PandaUtils.podspec.json
blob685ddee8142794c1698737a3407bd6659048543e
2   "name": "PandaUtils",
3   "version": "0.0.8",
4   "summary": "swift基础工具",
5   "description": "swift基础工具 - 通用",
6   "homepage": "https://github.com/Kingzhijie/PandaUtils",
7   "license": "MIT",
8   "authors": {
9     "mbApple": "983140171@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Kingzhijie/PandaUtils.git",
16     "tag": "0.0.8"
17   },
18   "swift_version": "4.0",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.5.1"
22     ],
23     "SwiftyJSON": [
25     ],
26     "MJRefresh": [
27       "~> 3.1.14.1"
28     ],
29     "Kingfisher": [
30       "~> 4.4.0"
31     ],
32     "MBProgressHUD": [
33       "~> 1.0.0"
34     ],
35     "SimulateIDFA": [
36       "~> 0.0.1"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "CommonTools",
42       "source_files": "PandaTools/**/*.{swift}"
43     },
44     {
45       "name": "Extensions",
46       "source_files": "PandaTools/**/*.{swift}"
47     }
48   ]