[Add] Amplitude 8.9.0
[CocoaPods.git] / Specs / 8 / 4 / b / CBRManagedObjectCache / 1.3.1 / CBRManagedObjectCache.podspec.json
blobaa721b53d0c8e204ab6b759ef92be5e4119d257b
2   "name": "CBRManagedObjectCache",
3   "version": "1.3.1",
4   "summary": "A lightweight cache for Your NSManagedObjectContext.",
5   "homepage": "https://github.com/Cloud-Bridge/CBRManagedObjectCache",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Cloud-Bridge/CBRManagedObjectCache.git",
12     "tag": "1.3.1"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CBRManagedObjectCache",
20   "frameworks": [
21     "CoreData",
22     "Foundation"
23   ],
24   "prefix_header_contents": [
25     "#ifndef NS_DESIGNATED_INITIALIZER",
26     "#define NS_DESIGNATED_INITIALIZER",
27     "#endif"
28   ]