blob: 9aff5e5aee60d327a483b73d868a9d12263fd6ed [file] [log] [blame]
{
"name": "Contentful",
"version": "0.4.0-beta1",
"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.4.0-beta1"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"frameworks": "CoreLocation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"ObjectMapper": [
"~> 2.2"
],
"Interstellar": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0"
}