| { |
| "name": "AWSLex", |
| "version": "2.5.3", |
| "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/mobile/sdk", |
| "license": "Apache 2.0 AND AWS Customer Agreement", |
| "authors": { |
| "Amazon Web Services": "amazonwebservices" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/aws/aws-sdk-ios.git", |
| "tag": "2.5.3" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "AWSCore": [ |
| "2.5.3" |
| ] |
| }, |
| "source_files": [ |
| "AWSLex/*.{h,m}", |
| "AWSLex/Bluefront/include/*.h" |
| ], |
| "public_header_files": "AWSLex/*.h", |
| "private_header_files": "AWSLex/Bluefront/include/*.h", |
| "preserve_paths": "AWSLex/Bluefront/include/*", |
| "vendored_libraries": "AWSLex/Bluefront/libBlueAudioSourceiOS.a", |
| "resource_bundles": { |
| "AWSResources": "AWSResources/*" |
| } |
| } |