CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Oct 2015 |
Maintained by Liu Yi.
DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.
You can copy all the files under the DDPicUploader folder into your project.
You need add exception domains in your plist file
picpx.com
v0.api.upyun.com
[[DDPicClient sharedClient] upload:image
imageName:@"screencapture.png"
completion:^(NSError *error, NSDictionary *result) {
}];
Liu Yi, [email protected]
DDPicUploader is available under the MIT license. See the LICENSE file for more info.