blob: 8af17f3f04ccc3c1b6668f29f5886213f7e1396b [file] [log] [blame]
{
"name": "ContentfulManagementAPI",
"version": "0.4.0",
"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.4.0"
},
"social_media_url": "https://twitter.com/contentfulapp",
"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.4.7"
]
},
"deprecated": true
}