[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / 3 / CoreJSON / 1.0.0 / CoreJSON.podspec.json
blobf5f47d3bcd5796e656f0fbad87fb3e5fb8328336
2   "name": "CoreJSON",
3   "version": "1.0.0",
4   "summary": "Core JSON data model and utilities",
5   "description": "CoreJSON provides a simple JSON data model and on top of it serveral extension modules\nlike convenience value accessors, subscripting support, literal initializers, JSON\npointers (rfc6901) and conversion from/to Foundation JSON produced and consumed by\nJSONSerialization.",
6   "homepage": "https://github.com/tomquist/CoreJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tom Quist": ""
13   },
14   "social_media_url": "https://twitter.com/tomqueue",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/tomquist/CoreJSON.git",
23     "tag": "1.0.0"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0\n",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/CoreJSON/*.swift"
31     },
32     {
33       "name": "Convenience",
34       "source_files": "Sources/CoreJSONConvenience/*.swift",
35       "dependencies": {
36         "CoreJSON/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Foundation",
43       "frameworks": "Foundation",
44       "source_files": "Sources/CoreJSONFoundation/*.swift",
45       "dependencies": {
46         "CoreJSON/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Literals",
53       "source_files": "Sources/CoreJSONLiterals/*.swift",
54       "dependencies": {
55         "CoreJSON/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Pointer",
62       "frameworks": "Foundation",
63       "source_files": "Sources/CoreJSONPointer/*.swift",
64       "dependencies": {
65         "CoreJSON/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Subscript",
72       "source_files": "Sources/CoreJSONSubscript/*.swift",
73       "dependencies": {
74         "CoreJSON/Core": [
76         ]
77       }
78     }
79   ]