blob: c467213d56e534f5dbc9a0a555c919c4a1cb1ed4 [file] [log] [blame]
{
"name": "ContentstackPersistenceRealm",
"version": "0.0.3",
"summary": "iOS persistence library to save app data on device local storage.",
"license": {
"type": "Commercial",
"text": "See https://www.contentstack.com/"
},
"description": "Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content. \nIn a world where content is consumed via countless channels and form factors across mobile, web and IoT. Contentstack reimagines content management by decoupling code from content. Business users manage content – no training or development required. Developers can create cross-platform apps and take advantage of a headless CMS that delivers content through APIs. With an architecture that’s extensible – but without the bloat of legacy CMS – Contentstack cuts down on infrastructure, maintenance, cost and complexity.",
"homepage": "https://www.contentstack.com/",
"authors": {
"Contentstack": "support@contentstack.io"
},
"source": {
"git": "https://github.com/contentstack/contentstack-ios-persistence.git",
"tag": "v0.0.3"
},
"social_media_url": "https://twitter.com/Contentstack",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Contentstack": [
"~> 3.5.0"
],
"ContentstackPersistence": [
"~> 0.0.3"
],
"Realm": [
"~> 3.14.0"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"source_files": "ContentstackPersistenceRealm/*.{h,m}",
"public_header_files": "ContentstackPersistenceRealm/*.h"
}