[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / 0 / 3 / JSONValue / 2.0 / JSONValue.podspec.json
blobe62aa2a50ca81ee33f8eafe8092c7cbdb7600068
2   "name": "JSONValue",
3   "version": "2.0",
4   "summary": "Simple, type-safe JSON object representations!",
5   "description": "JSONValue is a simple enum that provides type-safe JSON data access. It incorporates all of the JSON types and provides example syntax on how to best access them. It supports easy null checking while preventing you from having to specify optionals.",
6   "homepage": "https://github.com/Weebly/JSONValue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Richard": "james@weebly.com"
13   },
14   "social_media_url": "http://twitter.com/ketzusaka",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/Weebly/JSONValue.git",
21     "tag": "v2.0"
22   },
23   "source_files": [
24     "JSONValue/JSONValue.swift",
25     "JSONValue/JSONValueCoder.swift",
26     "JSONValue/JSONValueJSONDataCoder.swift"
27   ],
28   "requires_arc": true