[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 4 / SubModuleTest / 1.0.2 / SubModuleTest.podspec.json
blobd86e10fb2435ed164fc8a4a4e3c9469c16418cc4
2   "name": "SubModuleTest",
3   "version": "1.0.2",
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.2",
15     "submodules": true
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "vendored_frameworks": "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": "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       "dependencies": {
41         "SubModuleTest/Core": [
43         ]
44       }
45     },
46     {
47       "name": "GoodBye",
48       "vendored_frameworks": "TestPrintGoodbyeFramework.xcframework",
49       "pod_target_xcconfig": {
50         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
51       },
52       "user_target_xcconfig": {
53         "EXCLUDED_ARCHS[ sdk=iphonesimulator* ]": "arm64"
54       },
55       "dependencies": {
56         "SubModuleTest/Core": [
58         ],
59         "Alamofire": [
61         ]
62       }
63     }
64   ]