[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / 4 / SubModuleTest / 1.0.0 / SubModuleTest.podspec.json
blobdc1b3498abf0cb9d3265731a50d3b06bcd2e4cc2
2   "name": "SubModuleTest",
3   "version": "1.0.0",
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.0",
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       }
60     },
61     {
62       "name": "Basic",
63       "dependencies": {
64         "SubModuleTest/Core": [
66         ],
67         "SubModuleTest/Hello": [
69         ],
70         "SubModuleTest/GoodBye": [
72         ]
73       }
74     }
75   ]