[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 3 / JSONValue / 1.1 / JSONValue.podspec.json
blob7c9cb81573878d776154b56b4a04f3e62692706e
2   "name": "JSONValue",
3   "version": "1.1",
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.\n",
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": "v1.1"
22   },
23   "source_files": [
24     "JSONValue/JSONValue.swift",
25     "JSONValue/JSONValueCoder.swift",
26     "JSONValue/JSONValueJSONDataCoder.swift"
27   ],
28   "requires_arc": true