[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / c / 1 / ContentfulPersistenceSwift / 0.2.0 / ContentfulPersistenceSwift.podspec.json
blob0063dc1971fe211fa97be8c0b757397ca23a5e90
2   "name": "ContentfulPersistenceSwift",
3   "version": "0.2.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.2.0"
17   },
18   "requires_arc": true,
19   "source_files": "Code/*.swift",
20   "module_name": "ContentfulPersistence",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "dependencies": {
28     "Contentful": [
29       "~> 0.2.0"
30     ]
31   }