[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / d / a / ContextObserver / 2.0.0 / ContextObserver.podspec.json
blob6ee76ea84156ee79cca06d0da2b2d7e1f2373001
2   "name": "ContextObserver",
3   "version": "2.0.0",
4   "summary": "A small library to manage CoreData notifications in order to update the user interface",
5   "homepage": "https://github.com/cbot/ContextObserver",
6   "license": "MIT",
7   "authors": {
8     "Kai Straßmann": "derkai@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cbot/ContextObserver.git",
12     "tag": "2.0.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*.swift",
20   "frameworks": [
21     "Foundation",
22     "CoreData"
23   ]