CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

DDPicUploader 1.1.1

DDPicUploader 1.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2015

Maintained by Liu Yi.



  • By
  • Liu Yi

DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.

Installation

Source File

You can copy all the files under the DDPicUploader folder into your project.

iOS 9

You need add exception domains in your plist file

picpx.com
v0.api.upyun.com

Usage

[[DDPicClient sharedClient] upload:image
                         imageName:@"screencapture.png"
                        completion:^(NSError *error, NSDictionary *result) {
                        }];

Dependency

  • AFNetworking

Author

Liu Yi, [email protected]

License

DDPicUploader is available under the MIT license. See the LICENSE file for more info.