[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.6.2 / ContentfulPersistenceSwift.podspec.json
blobcd261b0d5e49a7a6c137345741bb2f22dda04845
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.6.2",
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.6.2"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/ContentfulPersistence/*.swift",
21   "module_name": "ContentfulPersistence",
22   "frameworks": "CoreData",
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "watchos": "2.0",
27     "tvos": "9.0"
28   },
29   "dependencies": {
30     "Contentful": [
31       "~> 0.9.3"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"