[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 4 / SubModuleTest / 1.0.5 / SubModuleTest.podspec.json
blob4ca382ce215dbe0e8bef3cb155c48380833eee7f
2   "name": "SubModuleTest",
3   "version": "1.0.5",
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.5",
15     "submodules": true
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "vendored_frameworks": "Sources/TestMainFramework.xcframework"
24     },
25     {
26       "name": "Hello",
27       "vendored_frameworks": "Sources/TestPrintHelloFramework.xcframework"
28     },
29     {
30       "name": "GoodBye",
31       "vendored_frameworks": "Sources/TestPrintGoodbyeFramework.xcframework",
32       "dependencies": {
33         "Alamofire": [
35         ]
36       }
37     },
38     {
39       "name": "Basic",
40       "dependencies": {
41         "SubModuleTest/Core": [
43         ],
44         "SubModuleTest/Hello": [
46         ],
47         "SubModuleTest/GoodBye": [
49         ]
50       }
51     }
52   ]