blob: d4bcd949c11d183b45cce11e7ecab44eb8508ef6 [file] [log] [blame]
{
"name": "ContentfulPersistenceSwift",
"version": "0.1.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"
},
"source": {
"git": "https://github.com/contentful/contentful-persistence.swift.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Code/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Contentful": [
"~> 0.2.0"
]
}
}