[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 2 / DDPicUploader / 1.0 / DDPicUploader.podspec.json
blob2332b5b87b010da9ea0badb01f2a399a15b4f707
2   "name": "DDPicUploader",
3   "version": "1.0",
4   "summary": "DDPicUploader is a simple client upload image to picpx.com.",
5   "description": "DDPicUploader is a simple client upload image to picpx.com. Written in Objective-c.",
6   "homepage": "https://github.com/deepdevelop/DDPicUploader",
7   "license": "MIT",
8   "authors": {
9     "Liu Yi": "61upup@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/deepdevelop/DDPicUploader.git",
17     "tag": "1.0"
18   },
19   "source_files": "DDPicClient/**/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5"
24     ]
25   }