[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.10.1 / Kinvey.podspec.json
blob993aae2c79efddf4d8abfddc4e92ff8b62211388
2   "name": "Kinvey",
3   "version": "3.10.1",
4   "summary": "Kinvey iOS SDK",
5   "description": "Kinvey iOS SDK 3.10.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   },
18   "source": {
19     "git": "https://github.com/Kinvey/ios-library.git",
20     "tag": "3.10.1"
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     "CoreGraphics",
33     "CoreLocation",
34     "Security"
35   ],
36   "ios": {
37     "frameworks": [
38       "MobileCoreServices",
39       "WebKit"
40     ]
41   },
42   "requires_arc": true,
43   "pod_target_xcconfig": {
44     "SWIFT_VERSION": "4.0"
45   },
46   "dependencies": {
47     "PromiseKit": [
48       "~> 4.0"
49     ],
50     "KeychainAccess": [
51       "~> 3.0"
52     ],
53     "Realm": [
54       "~> 2.0"
55     ],
56     "RealmSwift": [
57       "~> 2.0"
58     ],
59     "ObjectMapper": [
60       "~> 2.0"
61     ],
62     "XCGLogger": [
63       "~> 4.0.0"
64     ],
65     "PubNub": [
66       "~> 4.0"
67     ]
68   }