[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 3 / Demo2 / 0.1.1 / Demo2.podspec.json
blob4b7387d75a1089d54b411417c10556873c6d68ec
2   "name": "Demo2",
3   "version": "0.1.1",
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.1"
10   },
11   "summary": "This is a demo xcframework pod with subspecs",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "ios": {
16     "frameworks": "Foundation"
17   },
18   "subspecs": [
19     {
20       "name": "Dep",
21       "frameworks": "UIKit",
22       "vendored_frameworks": "Demodep.xcframework"
23     },
24     {
25       "name": "Calculator",
26       "vendored_frameworks": "Demo.xcframework",
27       "dependencies": {
28         "Demo2/Dep": [
30         ]
31       }
32     }
33   ]