added pods to ignore

This commit is contained in:
Patrick Santana 2014-04-29 15:56:09 -03:00
parent 88d57eee64
commit c2575007e5
113 changed files with 9363 additions and 17226 deletions

View file

@ -130,7 +130,7 @@
object.bytes = [[[self responseHeaders] objectForKey:@"Content-Length"] intValue];
object.contentType = [[self responseHeaders] objectForKey:@"Content-Type"];
object.lastModified = [[self responseHeaders] objectForKey:@"Last-Modified"];
object.metadata = [[NSMutableDictionary alloc] init];
object.metadata = [NSMutableDictionary dictionary];
for (NSString *key in [[self responseHeaders] keyEnumerator]) {
NSRange metaRange = [key rangeOfString:@"X-Object-Meta-"];