[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.18.1 / Kinvey.podspec.json
blob0fab499c8768d5877b9516524dd8505f2a5e553e
2   "name": "Kinvey",
3   "version": "3.18.1",
4   "summary": "Kinvey iOS SDK",
5   "description": "Kinvey iOS SDK 3.18.1",
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": "9.0",
15     "osx": "10.12",
16     "watchos": "2.2",
17     "tvos": "9.2"
18   },
19   "source": {
20     "git": "https://github.com/Kinvey/ios-library.git",
21     "tag": "3.18.1"
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   "pod_target_xcconfig": {
45     "SWIFT_VERSION": "4.0"
46   },
47   "dependencies": {
48     "PromiseKit": [
49       "~> 6.0"
50     ],
51     "KeychainAccess": [
52       "~> 3.0"
53     ],
54     "Realm": [
55       "~> 3.0"
56     ],
57     "RealmSwift": [
58       "~> 3.0"
59     ],
60     "ObjectMapper": [
61       "~> 3.0"
62     ],
63     "XCGLogger": [
64       "~> 6.0"
65     ],
66     "PubNub": [
67       "~> 4.0"
68     ]
69   }