[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / c / DLPhotoPicker / 2.0.7 / DLPhotoPicker.podspec.json
blobd44e1d1b3655c8e55a2dc27fe51144dff24ef3ca
2   "name": "DLPhotoPicker",
3   "version": "2.0.7",
4   "summary": "iOS control that allows picking or displaying photos and videos from user's photo library.",
5   "description": "DLPhotoPicker is an iOS controller that allows picking\nor displaying photos and videos from user's photo library.\nThe usage and look-and-feel just similar to UIImagePickerController.\nIt uses **ARC** and **Photos** frameworks.",
6   "homepage": "https://github.com/darling0825/DLPhotoPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darling0825": "darling0825@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/darling0825/DLPhotoPicker.git",
19     "tag": "2.0.7"
20   },
21   "public_header_files": "DLPhotoPicker/**/*.h",
22   "source_files": "DLPhotoPicker/**/*.{h,m}",
23   "resource_bundles": {
24     "DLPhotoPicker": [
25       "DLPhotoPicker/Resources/*.xcassets",
26       "DLPhotoPicker/Resources/Localizations/*.lproj"
27     ]
28   },
29   "ios": {
30     "frameworks": "Photos"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "PureLayout": [
35       "~> 3.0.0"
36     ],
37     "SVProgressHUD": [
39     ],
40     "TOCropViewController": [
42     ]
43   }