blob: 2332b5b87b010da9ea0badb01f2a399a15b4f707 [file] [log] [blame]
{
"name": "DDPicUploader",
"version": "1.0",
"summary": "DDPicUploader is a simple client upload image to picpx.com.",
"description": "DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.",
"homepage": "https://github.com/deepdevelop/DDPicUploader",
"license": "MIT",
"authors": {
"Liu Yi": "61upup@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/deepdevelop/DDPicUploader.git",
"tag": "1.0"
},
"source_files": "DDPicClient/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}