[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 3 / 4 / BeagleYogaKit / 1.19.0 / BeagleYogaKit.podspec.json
blob2d731015429d6aa1abd1456eb5c16c9cdf841412
2   "name": "BeagleYogaKit",
3   "version": "1.19.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://facebook.github.io/yoga/",
9   "documentation_url": "https://facebook.github.io/yoga/docs/",
10   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
11   "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
12   "authors": "Facebook and ZupIT",
13   "source": {
14     "git": "https://github.com/ZupIT/yoga.git",
15     "tag": "1.19.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "module_name": "YogaKit",
24   "dependencies": {
25     "BeagleYoga": [
26       "~> 1.19"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "LD_VERIFY_BITCODE": "NO"
31   },
32   "source_files": [
33     "YogaKit/Source/*.{h,m}",
34     "YogaKit/Source/swift/YGLayoutExtensions.swift"
35   ],
36   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
37   "private_header_files": "YogaKit/Source/YGLayout+Private.h",
38   "swift_versions": "5.1",
39   "readme": "YogaKit/README.md",
40   "swift_version": "5.1"