[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / 7 / 4 / JSONLookup / 0.0.1 / JSONLookup.podspec.json
blobabf977cc9130716e1604d1b11b9f1629d1c0649b
2   "name": "JSONLookup",
3   "version": "0.0.1",
4   "summary": "Lookup JSON member values with typesafe dynamic member lookup syntax.",
5   "homepage": "https://github.com/loudmouth/JSONLookup",
6   "swift_version": "4.2",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JP Wright": "jp@contentful.com"
13   },
14   "source": {
15     "git": "https://github.com/loudmouth/JSONLookup.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/JSONLookup/*.swift",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   }