[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.27.0 / Kinvey.podspec.json
blob3b836db5a496d97cbc4a9a006224536ff69df80c
2   "name": "Kinvey",
3   "version": "3.27.0",
4   "summary": "Kinvey iOS SDK",
5   "description": "Kinvey iOS SDK 3.27.0",
6   "homepage": "http://devcenter.kinvey.com/ios-v3.0/guides/getting-started",
7   "license": {
8     "type": "Copyright",
9     "text": " Copyright (c) 2014, Kinvey, Inc. All rights reserved.\n \n This software is licensed to you under the Kinvey terms of service located at\n http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this\n software, you hereby accept such terms of service  (and any agreement referenced\n therein) and agree that you have read, understand and agree to be bound by such\n terms of service and are of legal age to agree to such terms with Kinvey.\n \n This software contains valuable confidential and proprietary information of\n KINVEY, INC and is subject to applicable licensing agreements.\n Unauthorized reproduction, transmission or distribution of this file and its\n contents is a violation of applicable laws.\n"
10   },
11   "authors": "Kinvey, Inc.",
12   "social_media_url": "http://twitter.com/Kinvey",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.12",
16     "tvos": "10.0",
17     "watchos": "4.0"
18   },
19   "source": {
20     "git": "https://github.com/Kinvey/ios-library.git",
21     "tag": "3.27.0"
22   },
23   "source_files": [
24     "Kinvey/Kinvey/**/*.{swift,h,m,mm}",
25     "Carthage/Checkouts/NSPredicate-MongoDB-Adaptor/Sources/MongoDBPredicateAdaptor/*.{swift}"
26   ],
27   "preserve_paths": [
28     "Kinvey/**",
29     "KinveyKit/**",
30     "Carthage/**"
31   ],
32   "frameworks": [
33     "CoreGraphics",
34     "CoreLocation",
35     "Security"
36   ],
37   "ios": {
38     "frameworks": [
39       "MobileCoreServices",
40       "WebKit"
41     ]
42   },
43   "requires_arc": true,
44   "swift_versions": "5.0",
45   "dependencies": {
46     "PromiseKit": [
47       "~> 6.0"
48     ],
49     "KeychainAccess": [
50       "~> 3.0"
51     ],
52     "Realm": [
53       "~> 3.17"
54     ],
55     "RealmSwift": [
56       "~> 3.17"
57     ],
58     "ObjectMapper": [
59       "~> 3.0"
60     ],
61     "SwiftyBeaver": [
62       "~> 1.0"
63     ],
64     "PubNub": [
65       "~> 4.9"
66     ]
67   },
68   "swift_version": "5.0"