blob: bdc0508a619fc0567f21f228e177ad1094d8f1a6 [file] [log] [blame]
{
"name": "Contentful",
"version": "0.2.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"
},
"source": {
"git": "https://github.com/contentful/contentful.swift.git",
"tag": "0.2.0"
},
"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"
],
"🕕": [
]
}
}