[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 9 / PcitcAWSCore / 1.0 / PcitcAWSCore.podspec.json
blob116fddc6969f811e69c75bbc6d35eb1c1ba7d175
2   "name": "PcitcAWSCore",
3   "version": "1.0",
4   "summary": "Amazon Web Services SDK for iOS. Modify by PCITC",
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/mobile/sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zwjhamburger/pcitc-aws-core.git",
16     "tag": "1.0"
17   },
18   "frameworks": [
19     "CoreGraphics",
20     "UIKit",
21     "Foundation",
22     "SystemConfiguration",
23     "Security"
24   ],
25   "libraries": [
26     "z",
27     "sqlite3"
28   ],
29   "requires_arc": true,
30   "source_files": [
31     "PcitcAWSCore/*.{h,m}",
32     "PcitcAWSCore/**/*.{h,m}"
33   ],
34   "private_header_files": [
35     "PcitcAWSCore/XMLDictionary/**/*.h",
36     "PcitcAWSCore/XMLWriter/**/*.h",
37     "PcitcAWSCore/FMDB/AWSFMDatabase+Private.h",
38     "PcitcAWSCore/Fabric/*.h",
39     "PcitcAWSCore/Mantle/extobjc/*.h",
40     "PcitcAWSCore/CognitoIdentity/AWSCognitoIdentity+Fabric.h"
41   ]