[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / e / DeepPanel / 0.0.3 / DeepPanel.podspec.json
blob181de71f00a50021c5d61507066d5d3afc137579
2   "name": "DeepPanel",
3   "version": "0.0.3",
4   "summary": "Panels' segmentaiton made easy with artificial intelligence",
5   "license": "Apache License, Version 2.0",
6   "homepage": "https://github.com/pedrovgs/DeepPaneliOS",
7   "authors": "Pedro Vicente Gómez Sánchez",
8   "social_media_url": "https://twitter.com/pedro_g_s",
9   "source": {
10     "git": "https://github.com/pedrovgs/DeepPaneliOS.git",
11     "tag": "0.0.3"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "frameworks": "Foundation",
17   "dependencies": {
18     "TensorFlowLiteSwift/Metal": [
20     ]
21   },
22   "static_framework": true,
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "public_header_files": "DeepPanel/**/*.{h}",
26   "source_files": [
27     "DeepPanel/**/*.{h,m,mm,swift}",
28     "Native/**/*{hpp,cpp}"
29   ],
30   "resources": "DeepPanel/**/*.{tflite}",
31   "libraries": "c++",
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/Native"
34   },
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "swift_version": "5.0"