[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 4 / SubModuleTest / 1.0.3 / SubModuleTest.podspec.json
blob4e0c73723425ffe4580523f508afd17a2af2f611
2   "name": "SubModuleTest",
3   "version": "1.0.3",
4   "summary": "My SubModule Test projects...",
5   "description": "My SubModule Test projects...",
6   "homepage": "https://github.com/showthat/SubModuleTest",
7   "license": {
8     "type": "MIT",
9     "text": "Copyright 2023 by Lee"
10   },
11   "authors": "showthat",
12   "source": {
13     "git": "https://github.com/showthat/SubModuleTest.git",
14     "tag": "1.0.3",
15     "submodules": true
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "vendored_frameworks": "Sources/TestMainFramework.xcframework",
24       "pod_target_xcconfig": {
25         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
26       },
27       "user_target_xcconfig": {
28         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
29       }
30     },
31     {
32       "name": "Hello",
33       "vendored_frameworks": "Sources/TestPrintHelloFramework.xcframework",
34       "pod_target_xcconfig": {
35         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
36       },
37       "user_target_xcconfig": {
38         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
39       }
40     },
41     {
42       "name": "GoodBye",
43       "vendored_frameworks": "Sources/TestPrintGoodbyeFramework.xcframework",
44       "pod_target_xcconfig": {
45         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
46       },
47       "user_target_xcconfig": {
48         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
49       },
50       "dependencies": {
51         "Alamofire": [
53         ]
54       }
55     },
56     {
57       "name": "Basic",
58       "dependencies": {
59         "SubModuleTest/Core": [
61         ],
62         "SubModuleTest/Hello": [
64         ],
65         "SubModuleTest/GoodBye": [
67         ]
68       }
69     }
70   ]