[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 9 / 6 / CloudBridge / 0.9.0 / CloudBridge.podspec.json
blob2477ef4383532fa03aa23ba85364b44098625e9e
2   "name": "CloudBridge",
3   "version": "0.9.0",
4   "summary": "The missing bridge between Your CoreData model and various Cloud backends.",
5   "homepage": "https://github.com/Cloud-Bridge/CloudBridge",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Cloud-Bridge/CloudBridge.git",
12     "tag": "0.9.0"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CloudBridge",
20   "frameworks": "CoreData",
21   "dependencies": {
22     "SLCoreDataStack": [
23       "~> 0.7.0"
24     ],
25     "CBRManagedObjectCache": [
26       "~> 1.3.0"
27     ]
28   },
29   "prefix_header_contents": [
30     "#ifndef NS_DESIGNATED_INITIALIZER",
31     "#define NS_DESIGNATED_INITIALIZER",
32     "#endif"
33   ]