blob: 6e7d9cdd4f108ceef820f6b646a1562202830def [file] [log] [blame]
{
"name": "ContentfulPersistenceSwift",
"version": "0.3.0",
"summary": "Simplified persistence for the Contentful Swift SDK.",
"homepage": "https://github.com/contentful/contentful-persistence.swift/",
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "boris@buegling.com",
"JP Wright": "jp@contentful.com"
},
"source": {
"git": "https://github.com/contentful/contentful-persistence.swift.git",
"tag": "0.3.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"module_name": "ContentfulPersistence",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Contentful": [
"~> 0.3.1"
]
},
"pushed_with_swift_version": "3.0"
}