[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 2.0.1 / YogaKit.podspec.json
blob2f5a96abfbaf8c46ffdcb159e89abeae3ec68c4d
2   "name": "YogaKit",
3   "version": "2.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.com/",
9   "documentation_url": "https://yogalayout.com/docs",
10   "deprecated": true,
11   "summary": "YogaKit allows using the Yoga layout engine in combination with UIKit",
12   "authors": {
13     "Meta Open Source": "opensource@meta.com"
14   },
15   "source": {
16     "git": "https://github.com/facebook/yoga.git",
17     "tag": "v2.0.1"
18   },
19   "platforms": {
20     "ios": "13.4"
21   },
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "module_name": "YogaKit",
26   "dependencies": {
27     "Yoga": [
28       "~> 2.0.1"
29     ]
30   },
31   "source_files": "YogaKit/Source/*.{h,m,swift}",
32   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
33   "private_header_files": "YogaKit/Source/YGLayout+Private.h",
34   "swift_versions": "5.1",
35   "readme": "YogaKit/README.md",
36   "swift_version": "5.1"