[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.13.0 / ContentfulPersistenceSwift.podspec.json
blob2e5a709f7f8132efc3c3958ed386ca266a3c63d2
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.13.0",
4   "summary": "Simplified persistence for the Contentful Swift SDK.",
5   "homepage": "https://github.com/contentful/contentful-persistence.swift/",
6   "social_media_url": "https://twitter.com/contentful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JP Wright": "jp@contentful.com",
13     "Boris Bügling": "boris@buegling.com"
14   },
15   "source": {
16     "git": "https://github.com/contentful/contentful-persistence.swift.git",
17     "tag": "0.13.0"
18   },
19   "requires_arc": true,
20   "swift_version": "4.2",
21   "source_files": "Sources/ContentfulPersistence/*.swift",
22   "module_name": "ContentfulPersistence",
23   "frameworks": "CoreData",
24   "platforms": {
25     "ios": "9.3",
26     "osx": "10.10",
27     "watchos": "2.0",
28     "tvos": "9.3"
29   },
30   "dependencies": {
31     "Contentful": [
32       "~> 4.1.0"
33     ]
34   }