[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / c / a / MP-AWSCore / 2.3.6 / MP-AWSCore.podspec.json
blob23f3c0e6c6763954af8cc04687a776c9173d8585
2   "name": "MP-AWSCore",
3   "version": "2.3.6",
4   "summary": "Amazon Web Services SDK for iOS.",
5   "description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
6   "homepage": "http://aws.amazon.com/sdkforios",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/yarneo/aws-sdk-ios.git",
16     "tag": "2.3.6"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "SystemConfiguration"
22   ],
23   "libraries": [
24     "z",
25     "sqlite3"
26   ],
27   "requires_arc": true,
28   "source_files": [
29     "AWSCore/*.{h,m}",
30     "AWSCore/**/*.{h,m}"
31   ],
32   "private_header_files": [
33     "AWSCore/XMLDictionary/**/*.h",
34     "AWSCore/XMLWriter/**/*.h",
35     "AWSCore/FMDB/AWSFMDatabase+Private.h",
36     "AWSCore/Mantle/extobjc/*.h"
37   ]