[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / c / 7 / TillusorySDK / 50001 / TillusorySDK.podspec.json
blob97e2e439e5766286641ec947d1c7c891e06e3412
2   "name": "TillusorySDK",
3   "version": "50001",
4   "summary": "TillusorySDK初始版本",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TillusoryTech/TillusorySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tillusory": "tillusorytech@126.com"
13   },
14   "source": {
15     "git": "https://github.com/TillusoryTech/TillusorySDK.git",
16     "tag": "50001"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "TillusorySDK/Classes/**/*",
22   "resources": [
23     "TillusorySDK/Assets/**/*.{bundle,json,png}"
24   ],
25   "vendored_frameworks": "TillusorySDK/**/*.{framework}",
26   "pod_target_xcconfig": {
27     "VALID_ARCHS": "armv7 arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "static_framework": true,
33   "dependencies": {
34     "Masonry": [
36     ],
37     "SSZipArchive": [
39     ]
40   },
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC",
43     "ENABLE_BITCODE": "NO"
44   }