blob: a6071318bee5d8c7580bdd31568edf7602949905 [file] [log] [blame]
{
"name": "RVAWSCore",
"version": "2.4.5",
"summary": "Amazon Web Services SDK for osx",
"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.",
"homepage": "http://inapptext.com",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices",
"Raja Vikram": "rajavikram@zemosolabs.com"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://bitbucket.org/rajavikram/rvaws",
"tag": "2.4.5"
},
"frameworks": [
"AppKit",
"Foundation",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true,
"source_files": [
"AWSCore/*.{h,m}",
"AWSCore/**/*.{h,m}"
],
"private_header_files": [
"AWSCore/XMLDictionary/**/*.h",
"AWSCore/XMLWriter/**/*.h",
"AWSCore/FMDB/AWSFMDatabase+Private.h",
"AWSCore/Fabric/*.h",
"AWSCore/Mantle/extobjc/*.h"
]
}