[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / 9 / 6 / CloudBridge / 2.6.1 / CloudBridge.podspec.json
blobb33f09f188c5432c90edf21b6ebd3abe07b7fca8
2   "name": "CloudBridge",
3   "version": "2.6.1",
4   "summary": "Synchronize your object graphed data model with it's cloud backend",
5   "homepage": "https://github.com/layered-pieces/CloudBridge",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/OliverLetterer/CloudBridge.git",
12     "tag": "2.6.1"
13   },
14   "social_media_url": "https://twitter.com/OliverLetterer",
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "default_subspecs": "CoreData+REST",
24   "prefix_header_contents": [
25     "#ifndef NS_BLOCK_ASSERTIONS",
26     "#define __assert_unused",
27     "#else",
28     "#define __assert_unused __unused",
29     "#endif"
30   ],
31   "subspecs": [
32     {
33       "name": "CloudBridge",
34       "source_files": [
35         "CloudBridge",
36         "Swift"
37       ]
38     },
39     {
40       "name": "CoreData",
41       "source_files": "CoreData",
42       "dependencies": {
43         "CloudBridge/CloudBridge": [
45         ]
46       }
47     },
48     {
49       "name": "Realm",
50       "source_files": "Realm",
51       "dependencies": {
52         "Realm": [
53           "~> 3.0"
54         ],
55         "CloudBridge/CloudBridge": [
57         ]
58       }
59     },
60     {
61       "name": "CBRRESTConnection",
62       "source_files": [
63         "CBRRESTConnection",
64         "CBRRESTConnection/JSON",
65         "CBRRESTConnection/Swift"
66       ],
67       "dependencies": {
68         "AFNetworking": [
69           "~> 3.0"
70         ],
71         "CloudBridge/CloudBridge": [
73         ]
74       }
75     },
76     {
77       "name": "CoreData+REST",
78       "source_files": [
79         "CBRRESTConnection/CoreData",
80         "CBRRESTConnection/CoreData/Swift"
81       ],
82       "dependencies": {
83         "CloudBridge/CoreData": [
85         ],
86         "CloudBridge/CBRRESTConnection": [
88         ]
89       }
90     },
91     {
92       "name": "Realm+REST",
93       "source_files": "CBRRESTConnection/Realm",
94       "dependencies": {
95         "CloudBridge/Realm": [
97         ],
98         "CloudBridge/CBRRESTConnection": [
100         ]
101       }
102     },
103     {
104       "name": "Core",
105       "dependencies": {
106         "CloudBridge/CoreData+REST": [
108         ],
109         "CloudBridge/Realm+REST": [
111         ]
112       }
113     }
114   ]