[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.1.0 / ContentfulPersistenceSwift.podspec.json
blobd4bcd949c11d183b45cce11e7ecab44eb8508ef6
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.1.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     "Boris Bügling": "boris@buegling.com"
13   },
14   "source": {
15     "git": "https://github.com/contentful/contentful-persistence.swift.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "source_files": "Code/*.swift",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "dependencies": {
27     "Contentful": [
28       "~> 0.2.0"
29     ]
30   }