[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / e / JSONCache / 1.1.1 / JSONCache.podspec.json
blob38501b25b35edadf3767fdc61f25c8f37e0f2ded
2   "name": "JSONCache",
3   "version": "1.1.1",
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": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/andersblehr/JSONCache.git",
23     "tag": "1.1.1"
24   },
25   "source_files": "JSONCache/**/*.{h,swift}",
26   "dependencies": {
27     "Result": [
28       "~> 3.2.4"
29     ]
30   },
31   "requires_arc": true