blob: a31c14a68520934a5d4b6ff34fe98b56abf80fbf [file] [log] [blame]
{
"name": "AWSCore",
"version": "2.1.2",
"summary": "Amazon Web Services SDK for iOS.",
"description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
"homepage": "http://aws.amazon.com/sdkforios",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aws/aws-sdk-ios.git",
"tag": "2.1.2"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"Bolts": [
"~> 1.1.0"
],
"Mantle": [
"~> 1.4"
],
"XMLDictionary": [
"~> 1.4.0"
],
"UICKeyChainStore": [
"~> 2.0"
],
"Reachability": [
"~> 3.1"
],
"GZIP": [
"~> 1.0.3"
]
},
"source_files": [
"AWSCore/*.{h,m}",
"AWSCore/**/*.{h,m}"
],
"resources": [
"AWSCore/**/Resources/*.json"
],
"private_header_files": "AWSCore/MobileAnalytics/Internal/*.h"
}