[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / f / Yaml / 3.4.4 / Yaml.podspec.json
blobd714be36af0eee077d98d4b3f76e8254c78a56b8
2   "name": "Yaml",
3   "version": "3.4.4",
4   "summary": "Load YAML and JSON documents using Swift",
5   "description": "YamlSwift parses a string of YAML document(s) (or a JSON document)\nand returns a Yaml enum value representing that string.",
6   "homepage": "https://github.com/behrang/YamlSwift",
7   "swift_version": "5.0",
8   "license": "MIT",
9   "authors": {
10     "behrang": "behrangn@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/behrang/YamlSwift.git",
19     "tag": "3.4.4"
20   },
21   "source_files": "Sources/Yaml/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0",
24     "APPLICATION_EXTENSION_API_ONLY": "YES"
25   }