[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / e / c / a / MP-AWSCore / 2.3.7 / MP-AWSCore.podspec.json
blob4f7ffce54cc6edbb7a861cf3c1b6f677409009b9
2   "name": "MP-AWSCore",
3   "version": "2.3.7",
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.7"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "SystemConfiguration"
22   ],
23   "libraries": [
24     "z",
25     "sqlite3"
26   ],
27   "requires_arc": true,
28   "module_name": "AWSCore",
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/Mantle/extobjc/*.h"
38   ]