blob: 448c0533b78a5ff41358a9735ea7c883f6155e36 [file] [log] [blame]
{
"name": "Contentful",
"version": "0.4.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.4.0"
},
"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.1"
}