blob: 68b8787ff5d8fbe864d036c4055f0435913fe3bf [file] [log] [blame]
{
"name": "ContentfulManagementAPI",
"version": "0.5.1",
"summary": "Objective-C SDK for Contentful's Content Management API.",
"homepage": "https://github.com/contentful/contentful-management.objc",
"authors": {
"Boris Bügling": "boris@buegling.com"
},
"source": {
"git": "https://github.com/contentful/contentful-management.objc.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}",
"public_header_files": "Pod/Headers/*.h",
"dependencies": {
"ContentfulDeliveryAPI": [
"~> 1.7.3"
]
},
"deprecated": true
}