[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / e / JSONCache / 1.3 / JSONCache.podspec.json
blobff67e516ff04791df6e1ea68bfc8e030664a4495
2   "name": "JSONCache",
3   "version": "1.3",
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.3"
24   },
25   "source_files": "JSONCache/**/*.{h,swift}",
26   "swift_versions": [
27     "5.0"
28   ],
29   "requires_arc": true,
30   "swift_version": "5.0"