[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 7 / 6 / b / ZTTools / 0.1.5 / ZTTools.podspec.json
blob4534c73eb39afaccb0bb3c6de98c7db4d9b7791d
2   "name": "ZTTools",
3   "version": "0.1.5",
4   "summary": "工具库",
5   "description": "私有工具库,用到的东西都会放到这里,工具库也分为权限、逻辑、UI等",
6   "homepage": "https://github.com/OCer/ZTTools",
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.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "vendored_frameworks": "ZTTools/Classes/ZTTools.framework",
31   "frameworks": [
32     "UIKit",
33     "Foundation",
34     "Photos",
35     "UserNotifications",
36     "AVFoundation",
37     "CoreGraphics"
38   ],
39   "dependencies": {
40     "AFNetworking": [
42     ],
43     "Masonry": [
45     ]
46   }