blob: cd261b0d5e49a7a6c137345741bb2f22dda04845 [file] [log] [blame]
{
"name": "ContentfulPersistenceSwift",
"version": "0.6.2",
"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.6.2"
},
"requires_arc": true,
"source_files": "Sources/ContentfulPersistence/*.swift",
"module_name": "ContentfulPersistence",
"frameworks": "CoreData",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Contentful": [
"~> 0.9.3"
]
},
"pushed_with_swift_version": "3.0"
}