[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 6 / 9 / ZTTools_Swift / 0.1.1 / ZTTools_Swift.podspec.json
blobca6e734418c504d854f18ea3f3faeb98bccc3442
2   "name": "ZTTools_Swift",
3   "version": "0.1.1",
4   "summary": "工具库Swift版",
5   "description": "私有工具库,用到的东西都会放到这里,工具库也分为权限、逻辑、UI等",
6   "homepage": "https://github.com/OCer/ZTTools_Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nakiri": "347464661@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/OCer/ZTTools_Swift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "vendored_frameworks": "ZTTools_Swift/Classes/ZTToolsSDK.framework",
28   "dependencies": {
29     "Alamofire": [
31     ],
32     "SnapKit": [
34     ]
35   }