[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / CBRRelationshipResolver / 1.0.0 / CBRRelationshipResolver.podspec.json
blob606785c2e56b2c05333b7798dd4d6703e769c9b6
2   "name": "CBRRelationshipResolver",
3   "version": "1.0.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": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "CloudBridge": [
22       "~> 1.0"
23     ]
24   },
25   "prefix_header_contents": [
26     "#ifndef NS_DESIGNATED_INITIALIZER",
27     "#define NS_DESIGNATED_INITIALIZER",
28     "#endif"
29   ]