blob: d9117df51366ed24a87fc4c76e71a599037f0a01 [file] [log] [blame]
{
"name": "Contentful",
"version": "0.3.0",
"summary": "Swift SDK for Contentful's Content Delivery API.",
"homepage": "https://github.com/contentful/contentful.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.swift.git",
"tag": "0.3.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Decodable": [
"~> 0.5"
],
"Interstellar-Contentful": [
"~> 2.1.0"
]
},
"pushed_with_swift_version": "3.0"
}