blob: 5f607daf6c906b283ed4871c236953d3e2259135 [file] [log] [blame]
{
"name": "AFAmazonS3Client",
"version": "1.0.1",
"summary": "AFNetworking Client for the Amazon S3 API.",
"homepage": "https://github.com/AFNetworking/AFAmazonS3Client",
"social_media_url": "https://twitter.com/AFNetworking",
"license": "MIT",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFAmazonS3Client.git",
"tag": "1.0.1"
},
"source_files": "AFAmazonS3Client",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
},
"prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"
}