blob: 07358c068bde81f0d8e894b4d0c0378bee656d1d [file] [log] [blame]
{
"name": "Contentful",
"version": "0.2.1",
"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"
},
"source": {
"git": "https://github.com/contentful/contentful.swift.git",
"tag": "0.2.1"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Decodable": [
"~> 0.4.2"
],
"Interstellar": [
"~> 1.4.0"
],
"🕕": [
"0.0.1"
]
}
}