[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 5 / f / Yaml / 3.3.0 / Yaml.podspec.json
blob4506c3ab932893489edd9428af3d0744681f9e99
2   "name": "Yaml",
3   "version": "3.3.0",
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": "3.3.0"
19   },
20   "source_files": "Yaml/*.swift",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3",
23     "APPLICATION_EXTENSION_API_ONLY": "YES"
24   },
25   "pushed_with_swift_version": "3.0"