[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.12.1 / ContentfulPersistenceSwift.podspec.json
blobeec03ee1394caa1f361af129e8a15a1181cec51f
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.12.1",
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.12.1"
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       "~> 2.2.0"
32     ]
33   }