[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / f / 0 / JSONValueRX / 1.3 / JSONValueRX.podspec.json
blobb4647915fb3b1aebd7ebc28bf42c0103ec2a5c8f
2   "name": "JSONValueRX",
3   "version": "1.3",
4   "summary": "Simple Swift JSON representation supporting subscripting and pattern matching.",
5   "description": "Simple Swift JSON representation supporting subscripting and pattern matching. JSONValue uses an algebraic datatype representation of JSON for type safety and pattern matching.",
6   "homepage": "https://github.com/rexmas/JSONValue",
7   "license": "MIT",
8   "authors": {
9     "rexmas": "rex.fenley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rexmas/JSONValue.git",
13     "tag": "1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "JSONValue/**/*",
20   "resource_bundles": {
21   },
22   "pushed_with_swift_version": "3.0"