blob: 3ffdb4ba300c446566c24bee50f7f3e55124156f [file] [log] [blame]
{
"name": "ContentfulPersistenceSwift",
"version": "0.4.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": {
"JP Wright": "jp@contentful.com",
"Boris Bügling": "boris@buegling.com"
},
"source": {
"git": "https://github.com/contentful/contentful-persistence.swift.git",
"tag": "0.4.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"module_name": "ContentfulPersistence",
"frameworks": "CoreData",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Contentful": [
"~> 0.7.1"
]
},
"pushed_with_swift_version": "3.0"
}