[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / d / 8 / ContentstackPersistenceCoreData / 0.0.1 / ContentstackPersistenceCoreData.podspec.json
blob48f587946b34dc26fac50d9fb9ca9efe52a5e8dc
2   "name": "ContentstackPersistenceCoreData",
3   "version": "0.0.1",
4   "summary": "iOS persistence library to save app data on devices local storage.",
5   "license": {
6     "type": "Commercial",
7     "text": "See https://www.contentstack.com/"
8   },
9   "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.",
10   "homepage": "https://www.contentstack.com/",
11   "authors": {
12     "Contentstack": "support@contentstack.io"
13   },
14   "source": {
15     "git": "https://github.com/contentstack/contentstack-ios-persistence.git",
16     "tag": "v0.0.1"
17   },
18   "social_media_url": "https://twitter.com/Contentstack",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "Contentstack": [
24       "~> 3.4.0"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "OTHER_LDFLAGS": "-lObjC"
29   },
30   "source_files": [
31     "ContentstackPersistence/*.{h,m}",
32     "ContentstackPersistenceCoreData/*.{h,m}"
33   ],
34   "public_header_files": [
35     "ContentstackPersistence/*.h",
36     "ContentstackPersistenceCoreData/*.h"
37   ]