[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 1 / 4 / CacheTools / 0.0.1 / CacheTools.podspec.json
blob6150e75962ee236c5aa8e9f9ee32d11bf3d8387f
2   "name": "CacheTools",
3   "version": "0.0.1",
4   "license": {
5     "type": "Copyright",
6     "text": "hxqblog Inc. 2022"
7   },
8   "summary": "An Objective-C tools for cache data",
9   "description": "An Objective-C tools for cache data, contains sandBox path data, keychain data",
10   "homepage": "https://blog.csdn.net/hxqblog?spm=1010.2135.3001.5421",
11   "authors": {
12     "hxqblog": "hxqblog@163.com"
13   },
14   "source": {
15     "http": "https://sta.tmdbug.com/tmp/CacheTools.framework.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "*.framework",
22   "vendored_frameworks": "*.framework",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "VALID_ARCHS": "arm64 armv7 x86_64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }