[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 0 / d / RVAWSCore / 2.4.5 / RVAWSCore.podspec.json
bloba6071318bee5d8c7580bdd31568edf7602949905
2   "name": "RVAWSCore",
3   "version": "2.4.5",
4   "summary": "Amazon Web Services SDK for osx",
5   "description": "The AWS SDK for ios provides a library, code samples, and documentation for developers to build connected mobile applications using AWS. This is just a patch to use it for osx. No ownership is claimed.",
6   "homepage": "http://inapptext.com",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices",
10     "Raja Vikram": "rajavikram@zemosolabs.com"
11   },
12   "platforms": {
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://bitbucket.org/rajavikram/rvaws",
17     "tag": "2.4.5"
18   },
19   "frameworks": [
20     "AppKit",
21     "Foundation",
22     "SystemConfiguration"
23   ],
24   "libraries": [
25     "z",
26     "sqlite3"
27   ],
28   "requires_arc": true,
29   "source_files": [
30     "AWSCore/*.{h,m}",
31     "AWSCore/**/*.{h,m}"
32   ],
33   "private_header_files": [
34     "AWSCore/XMLDictionary/**/*.h",
35     "AWSCore/XMLWriter/**/*.h",
36     "AWSCore/FMDB/AWSFMDatabase+Private.h",
37     "AWSCore/Fabric/*.h",
38     "AWSCore/Mantle/extobjc/*.h"
39   ]