[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / f / 3 / YCYTool / 0.0.2 / YCYTool.podspec.json
blobb7a7b53404251c4f2ed793564c0a476a48eba9c9
2   "name": "YCYTool",
3   "version": "0.0.2",
4   "summary": "YCYTool is tools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/YCheck/YCYTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengyou.yang": "864390553@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YCheck/YCYTool.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "YCYTool",
24     "YCYTool/*.h"
25   ],
26   "subspecs": [
27     {
28       "name": "Foundation",
29       "source_files": [
30         "YCYTool/**/**/*.{h,m}",
31         "YCYTool/**/*.h"
32       ]
33     }
34   ]