[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.5.4 / Kinvey.podspec.json
blob552c180fdb0ba06c27ff4707db2f71b90afbcf01
2   "name": "Kinvey",
3   "version": "3.5.4",
4   "summary": "Kinvey iOS SDK",
5   "description": "Kinvey iOS SDK 3.5.4",
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   },
18   "source": {
19     "git": "https://github.com/Kinvey/ios-library.git",
20     "tag": "3.5.4"
21   },
22   "source_files": [
23     "Kinvey/Kinvey/**/*.{swift,h,m,mm}",
24     "Carthage/Checkouts/NSPredicate-MongoDB-Adaptor/*.{swift}"
25   ],
26   "preserve_paths": [
27     "Kinvey/**",
28     "KinveyKit/**",
29     "Carthage/**"
30   ],
31   "frameworks": [
32     "Accounts",
33     "CoreGraphics",
34     "CoreLocation",
35     "Security",
36     "Social",
37     "SystemConfiguration"
38   ],
39   "ios": {
40     "frameworks": "MobileCoreServices"
41   },
42   "weak_frameworks": "WebKit",
43   "requires_arc": true,
44   "dependencies": {
45     "PromiseKit": [
46       "~> 4.0"
47     ],
48     "KeychainAccess": [
49       "~> 3.0"
50     ],
51     "Realm": [
52       "~> 2.0"
53     ],
54     "RealmSwift": [
55       "~> 2.0"
56     ],
57     "ObjectMapper": [
58       "~> 2.0"
59     ],
60     "XCGLogger": [
61       "~> 4.0.0"
62     ],
63     "PubNub": [
64       "~> 4.0"
65     ]
66   },
67   "pushed_with_swift_version": "3.1"