[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / c / DLPhotoPicker / 0.1 / DLPhotoPicker.podspec.json
blobd90481f251fea2d36f4922e1c2887f84c13f2f99
2   "name": "DLPhotoPicker",
3   "version": "0.1",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/darling0825/DLPhotoPicker.git",
19     "tag": "0.1"
20   },
21   "public_header_files": [
22     "DLPhotoPicker/*.h",
23     "DLPhotoPicker/**/*.h",
24     "DLPhotoPicker/**/**/*.h"
25   ],
26   "source_files": [
27     "DLPhotoPicker/*.{h,m}",
28     "DLPhotoPicker/**/*.{h,m}",
29     "DLPhotoPicker/**/**/*.{h,m}"
30   ],
31   "resource_bundles": {
32     "DLPhotoPicker": [
33       "DLPhotoPicker/Resources/DLPhotoPicker.xcassets/**/*.png",
34       "DLPhotoPicker/Resources/Localizations/*.lproj"
35     ]
36   },
37   "ios": {
38     "frameworks": [
39       "Photos",
40       "AssetsLibrary"
41     ]
42   },
43   "requires_arc": true,
44   "dependencies": {
45     "PureLayout": [
46       "~> 3.0.0"
47     ]
48   }