[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.2.4 / Kinvey.podspec.json
blobacc642fdcc93d6771f9b8e851f3d7c54060a5e2f
2   "name": "Kinvey",
3   "version": "3.2.4",
4   "summary": "Kinvey iOS SDK",
5   "description": "Kinvey iOS SDK 3.2.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   },
16   "source": {
17     "git": "https://github.com/Kinvey/ios-library.git",
18     "tag": "3.2.4"
19   },
20   "source_files": [
21     "Kinvey/Kinvey/**/*.{swift,h,m,mm}",
22     "KinveyKit/KinveyKit/KinveyVersion.h",
23     "KinveyKit/KinveyKit/Source/**/*.{h,m,mm}",
24     "KinveyKit/KinveyKit/3rdParty/**/*.{h,m,mm}",
25     "KinveyKit/KinveyKitExtras/**/*.{h,m,mm}",
26     "Kinvey/Carthage/Checkouts/ObjectMapper/ObjectMapper/**/*.swift",
27     "Kinvey/Carthage/Checkouts/NSPredicate-MongoDB-Adaptor/*.{h,m}",
28     "KinveyKit/KinveyKit/KinveyHeaderInfo.h"
29   ],
30   "public_header_files": [
31     "KinveyKit/KinveyKit/KinveyHeaderInfo.h",
32     "KinveyKit/KinveyKit/Source/KinveyUser.h",
33     "KinveyKit/KinveyKit/Source/KinveyEntity.h",
34     "KinveyKit/KinveyKit/Source/KCSBlockDefs.h",
35     "KinveyKit/KinveyKit/Source/KCSUserActionResult.h",
36     "KinveyKit/KinveyKit/Source/KCSRequest.h",
37     "KinveyKit/KinveyKit/Source/KinveyPersistable.h",
38     "KinveyKit/KinveyKit/Source/KCSKeychain.h",
39     "KinveyKit/KinveyKit/Source/KCSClientConfiguration.h",
40     "KinveyKit/KinveyKit/Source/KCSRequestConfiguration.h",
41     "KinveyKit/KinveyKit/Source/KCSClient.h",
42     "Kinvey/Carthage/Checkouts/NSPredicate-MongoDB-Adaptor/MongoDBPredicateAdaptor.h",
43     "KinveyKit/KinveyKit/3rdParty/Reachability/KCSReachability.h",
44     "KinveyKit/KinveyKit/Source/KCSMICLoginViewController.h"
45   ],
46   "private_header_files": [
47     "KinveyKit/KinveyKit/Source/KCSQuery.h",
48     "KinveyKit/KinveyKit/KinveyVersion.h",
49     "KinveyKit/KinveyKit/Source/KinveyCore.h"
50   ],
51   "exclude_files": [
52     "KinveyKit/KinveyKit/Source/KCSCacheManager.{h,m}",
53     "KinveyKit/KinveyKit/Source/KCSSyncManager.{h,m}",
54     "KinveyKit/KinveyKitExtras/KCSWebView.{h,m}",
55     "KinveyKit/KinveyKitExtras/TestUtils.{h,m}"
56   ],
57   "prefix_header_file": "KinveyKit/KinveyKit/KinveyKit-Prefix.pch",
58   "preserve_paths": [
59     "Kinvey/**",
60     "KinveyKit/**"
61   ],
62   "frameworks": [
63     "Accounts",
64     "CoreGraphics",
65     "CoreLocation",
66     "MobileCoreServices",
67     "Security",
68     "Social",
69     "SystemConfiguration"
70   ],
71   "weak_frameworks": "WebKit",
72   "libraries": "sqlite3",
73   "requires_arc": true,
74   "xcconfig": {
75     "OTHER_LDFLAGS": "-ObjC"
76   },
77   "dependencies": {
78     "PromiseKit": [
79       "~> 3.5.1"
80     ],
81     "KeychainAccess": [
82       "~> 2.4.0"
83     ],
84     "Realm": [
85       "~> 1.1.0"
86     ],
87     "RealmSwift": [
88       "~> 1.1.0"
89     ]
90   },
91   "pushed_with_swift_version": "2.3"