ImgurSession
ImgurSession copied to clipboard
Imgur API for Objective C
This updates the version of AFNetworking specified in the podspec to be the same as the one specified in the Podfile. This resolves the following error: `ImgurSession/Requests/IMGImageRequest.m:240:34: No visible @interface...
PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/devenshu/Library/Developer/Xcode/DerivedData/ImgurSession-gxrrwwtugrctadaywmjtekfdftcl/Build/Intermediates/ImgurSession.build/Debug-iphonesimulator/ImgurSession.build/Script-D3D1ADE5462F433A82E4F07E.sh cd "/Users/devenshu/Downloads/ImgurSession-master 2" /bin/sh -c /Users/devenshu/Library/Developer/Xcode/DerivedData/ImgurSession-gxrrwwtugrctadaywmjtekfdftcl/Build/Intermediates/ImgurSession.build/Debug-iphonesimulator/ImgurSession.build/Script-D3D1ADE5462F433A82E4F07E.sh diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not...
I get a few deprectation warnings and an error about NSProgress autoreleasing.
Having error in Cocoapods integration with AFNetworking: /Users/tontonsevilla/workspace/Imgur-Viewer/Pods/ImgurSession/ImgurSession/IMGResponseSerializer.h:9:9: 'AFURLResponseSerialization.h' file not found with include; use "quotes" instead Please see my Podfile: [Podfile](https://github.com/jovito-royeca/Imgur-Viewer/blob/master/Podfile)
Looks like the first one was meant to replace the second one by naming the block parameters.
hi, am new to objective-c and i want to use this library to get random image from r/dachshunds gallery. I know that oauth for imgur requires a session key and...
We should use background transfer to finish large uploads for image uploading. The current api does not allow this.