[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 1 / 2 / ZumeroSync / 1.0.1.1596 / ZumeroSync.podspec.json
blobb031d5a505c0664c497ee6af435d42491c142c57
2   "name": "ZumeroSync",
3   "version": "1.0.1.1596",
4   "summary": "Use Zumero to sync SQL Server databases with local SQLite dbfiles.",
5   "description": "                    Includes all sync and quarantine functions of the Zumero API.\n\n                    Zumero syncs local (SQLite) databases bidirectionally with backend SQL Server databases.\n",
6   "homepage": "http://zumero.com/dev-center/zss",
7   "license": "Apache",
8   "authors": {
9     "Zumero LLC": "support@zumero.com"
10   },
11   "source": {
12     "git": "https://github.com/zumero/ZumeroSyncPod.git",
13     "tag": "1.0.1.1596"
14   },
15   "requires_arc": true,
16   "default_subspecs": [
17     "SQLite"
18   ],
19   "subspecs": [
20     {
21       "name": "common",
22       "libraries": "z",
23       "frameworks": "CFNetwork",
24       "ios": {
25         "vendored_libraries": "Libraries/ios/libzumero_client_api.a",
26         "exclude_files": "Classes/osx"
27       },
28       "osx": {
29         "vendored_libraries": "Libraries/osx/libzumero_client_api.a",
30         "exclude_files": "Classes/ios"
31       },
32       "source_files": "Classes"
33     },
34     {
35       "name": "SQLite",
36       "dependencies": {
37         "sqlite3": [
39         ],
40         "ZumeroSync/common": [
42         ]
43       }
44     },
45     {
46       "name": "SQLCipher",
47       "dependencies": {
48         "SQLCipher": [
50         ],
51         "ZumeroSync/common": [
53         ]
54       }
55     }
56   ]