[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / Kinvey / 3.0.15 / Kinvey.podspec.json
blob88f51c0360d6b62ce14b5096c6ea705f509c7820
2   "name": "Kinvey",
3   "version": "3.0.15",
4   "summary": "Kinvey iOS SDK Beta.",
5   "description": "Kinvey iOS SDK 3.0.15 Beta",
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": "8.0"
15   },
16   "source": {
17     "http": "http://download.kinvey.com/iOS/Kinvey-3.0.15-Beta.zip"
18   },
19   "public_header_files": "Kinvey-3.0.15-Beta/Kinvey.framework/Headers/*",
20   "preserve_paths": "Kinvey-3.0.15-Beta/**",
21   "prepare_command": "cat Kinvey-3.0.15-Beta/Kinvey.framework/Headers/Kinvey.h | sed 's/<Kinvey[/]/\"/g' | sed 's/.h>/.h\"/g' > Kinvey-3.0.15-Beta/Kinvey.framework/Headers/Kinvey.h_\nrm Kinvey-3.0.15-Beta/Kinvey.framework/Headers/Kinvey.h\nmv Kinvey-3.0.15-Beta/Kinvey.framework/Headers/Kinvey.h_ Kinvey-3.0.15-Beta/Kinvey.framework/Headers/Kinvey.h",
22   "ios": {
23     "vendored_frameworks": "Kinvey-3.0.15-Beta/Kinvey.framework"
24   },
25   "frameworks": [
26     "Accounts",
27     "CoreGraphics",
28     "CoreLocation",
29     "MobileCoreServices",
30     "Security",
31     "Social",
32     "SystemConfiguration"
33   ],
34   "weak_frameworks": "WebKit",
35   "libraries": "sqlite3",
36   "requires_arc": true,
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC"
39   },
40   "dependencies": {
41     "PromiseKit": [
42       "~> 3.0.3"
43     ],
44     "KeychainAccess": [
45       "~> 2.3.4"
46     ],
47     "Realm": [
48       "~> 0.98.5"
49     ]
50   }