[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / d / e / 3 / Demo2 / 0.1.0 / Demo2.podspec.json
bloba966d22c2f3497f3b72dae4494d44d3ead39a818
2   "name": "Demo2",
3   "version": "0.1.0",
4   "authors": "tx2",
5   "license": "MIT",
6   "homepage": "http://www.example.com",
7   "source": {
8     "git": "https://github.com/J-Mendes/ios-pods-subspec-test.git",
9     "tag": "0.1.0"
10   },
11   "summary": "This is a demo xcframework pod with subspecs",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "default_subspecs": "Calculator",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit",
20       "WebKit",
21       "SafariServices"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Dep",
27       "frameworks": "UserNotifications",
28       "vendored_frameworks": "Demodep.xcframework"
29     },
30     {
31       "name": "Calculator",
32       "vendored_frameworks": "Demo.xcframework",
33       "dependencies": {
34         "Demo2/Dep": [
36         ]
37       }
38     }
39   ]