[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / Ensembles / 1.2.5 / Ensembles.podspec.json
blob951bd6cfe59df3a8d67cc56d329552f23da068b3
2   "name": "Ensembles",
3   "version": "1.2.5",
4   "summary": "A peer-to-peer synchronization framework for Core Data.",
5   "description": "                    Ensembles extends Apple's Core Data framework to add \n                    peer-to-peer synchronization for Mac OS and iOS. \n                    Multiple SQLite persistent stores can be coupled together \n                    via a file synchronization platform like iCloud or Dropbox. \n                    The framework can be readily extended to support any \n                    service capable of moving files between devices, including \n                    custom servers.\n",
6   "homepage": "https://github.com/drewmccormack/ensembles",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Drew McCormack": "drewmccormack@mac.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/drewmccormack/ensembles.git",
20     "tag": "1.2.5"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Framework/**/*.{h,m}",
28       "exclude_files": [
29         "Framework/Tests",
30         "Framework/Extensions/**/*.{h,m}"
31       ],
32       "resources": "Framework/Resources/*",
33       "frameworks": "CoreData"
34     },
35     {
36       "name": "Dropbox",
37       "dependencies": {
38         "Ensembles/Core": [
40         ]
41       },
42       "ios": {
43         "dependencies": {
44           "Dropbox-iOS-SDK": [
46           ]
47         }
48       },
49       "osx": {
50         "dependencies": {
51           "Dropbox-OSX-SDK": [
53           ]
54         }
55       },
56       "source": {
57         "git": "git://github.com/drewmccormack/dropbox-sdk-ios.git"
58       },
59       "source_files": "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}"
60     },
61     {
62       "name": "Multipeer",
63       "dependencies": {
64         "Ensembles/Core": [
66         ],
67         "SSZipArchive": [
69         ]
70       },
71       "frameworks": "MultipeerConnectivity",
72       "source_files": "Framework/Extensions/CDEMultipeerCloudFileSystem.{h,m}"
73     },
74     {
75       "name": "Node",
76       "dependencies": {
77         "Ensembles/Core": [
79         ]
80       },
81       "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"
82     }
83   ]