[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / f / Yaml / 1.3.1 / Yaml.podspec.json
blobb71a0b218c25506dc9300953aacba7fc90f81899
2   "name": "Yaml",
3   "version": "1.3.1",
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   },
15   "source": {
16     "git": "https://github.com/behrang/YamlSwift.git",
17     "tag": "1.3.1"
18   },
19   "source_files": "Yaml/*.swift"