blob: 3def3bdacb80bd3625d93deda4247651237dff9a [file] [log] [blame]
{
"name": "AWSS3",
"version": "0.0.1",
"platforms": {
"ios": "6.0"
},
"summary": "iOS SDK for Amazon S3.",
"homepage": "https://github.com/FutureWorkshops/FWTPushNotifications",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"Kamil Kocemba": "kamil@futureworkshops.com"
},
"source": {
"git": "https://github.com/FWKamil/AWSS3.git",
"tag": "0.0.1"
},
"public_header_files": "AWSS3/**/*.h",
"source_files": [
"AWSRuntime.framework/Versions/A/Headers/*.h",
"AWSS3.framework/Versions/A/Headers/*.h"
],
"requires_arc": false,
"frameworks": [
"AWSS3",
"AWSRuntime"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AWSS3\"",
"OTHER_LD_FLAGS": "-framework AWSS3 -framework AWSRuntime"
},
"preserve_paths": [
"AWSS3.framework",
"AWSRuntime.framework"
]
}