[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.9.0 / ContentfulPersistenceSwift.podspec.json
blobd7bbf607cc3cdeb4c180f9a15a812fd5526c8cb5
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.9.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.9.0"
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       "~> 1.0.0-beta5"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"