[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / f / Yaml / 2.0.2 / Yaml.podspec.json
blobbde31546c48992ea915dd34fac0149418f2a7743
2   "name": "Yaml",
3   "version": "2.0.2",
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   "license": "MIT",
8   "authors": {
9     "behrang": "behrangn@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/behrang/YamlSwift.git",
18     "tag": "2.0.2"
19   },
20   "source_files": "Yaml/*.swift",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "2.3"
23   },
24   "pushed_with_swift_version": "3.0"