[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / CBRRelationshipResolver / 0.1.0 / CBRRelationshipResolver.podspec.json
blob2fa75c76387e3fcacb35f60801cd1994c6ee5c77
2   "name": "CBRRelationshipResolver",
3   "version": "0.1.0",
4   "summary": "Automatically resolves CloudBridge relationship fetches.",
5   "homepage": "https://github.com/Cloud-Bridge/CBRRelationshipResolver",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Cloud-Bridge/CBRRelationshipResolver.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "CloudBridge": [
22       "~> 0.7"
23     ]
24   },
25   "prefix_header_contents": [
26     "#ifndef NS_DESIGNATED_INITIALIZER",
27     "#define NS_DESIGNATED_INITIALIZER",
28     "#endif"
29   ]