[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / f / 4 / DSImagePicker / 0.1 / DSImagePicker.podspec.json
blobb6da5b6f3419dd7a9ccc8076e1b6dfb4fabb1038
2   "name": "DSImagePicker",
3   "version": "0.1",
4   "summary": "Pick photos from PhotosKit",
5   "description": "Pick photos from PhotosKit. Easy to change.\n",
6   "homepage": "https://github.com/diejmon/DSImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Belyavskiy": "diejmon@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/diejmon/DSImagePicker.git",
19     "tag": "0.1"
20   },
21   "source_files": "DSImagePicker/PhotoPicker/**/*.{h,m}",
22   "resources": [
23     "DSImagePicker/PhotoPicker/ViewLevel/*.{png,xib,strings}",
24     "DSImagePicker/PhotoPicker/ViewLevel/**/*.{png,xib,strings}"
25   ],
26   "frameworks": "Photos",
27   "requires_arc": true,
28   "dependencies": {
29     "MBProgressHUD": [
31     ],
32     "SDWebImage": [
34     ],
35     "DSImageView": [
37     ],
38     "DSActivityIndicatorSDWebImage": [
40     ]
41   }