[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / e / JSONCache / 1.0.6 / JSONCache.podspec.json
blobc901d59fbed9b41f71508d373adf94731c832d76
2   "name": "JSONCache",
3   "version": "1.0.6",
4   "summary": "JSON to Core Data and back.",
5   "description": "JSONCache is a thin layer on top of Core Data that seamlessly consumes, persists and produces JSON data, converting between `snake_case` and `camelCase` as needed while establishing and preserving relationships between Core Data objects created from JSON records.",
6   "homepage": "https://github.com/andersblehr/JSONCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anders Blehr": "anders@andersblehr.co"
13   },
14   "social_media_url": "http://twitter.com/andersblehr",
15   "platforms": {
16     "ios": "9.3",
17     "osx": "10.11",
18     "watchos": "3.0",
19     "tvos": "9.2"
20   },
21   "source": {
22     "git": "https://github.com/andersblehr/JSONCache.git",
23     "tag": "1.0.6"
24   },
25   "source_files": "JSONCache/**/*.{h,swift}",
26   "dependencies": {
27     "Result": [
28       "~> 3.2.1"
29     ]
30   },
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"