blob: 2e5a709f7f8132efc3c3958ed386ca266a3c63d2 [file] [log] [blame]
{
"name": "ContentfulPersistenceSwift",
"version": "0.13.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.13.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Sources/ContentfulPersistence/*.swift",
"module_name": "ContentfulPersistence",
"frameworks": "CoreData",
"platforms": {
"ios": "9.3",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.3"
},
"dependencies": {
"Contentful": [
"~> 4.1.0"
]
}
}