blob: 1d6422f4713fdc60a40c8b01cf203018ef16b47c [file] [log] [blame]
{
"name": "ContentfulManagementAPI",
"version": "0.3.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.3.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": [
]
},
"deprecated": true
}