[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 1 / 2 / c / DLPhotoPicker / 1.1.0 / DLPhotoPicker.podspec.json
blob1f09c6222d675952e94d70962a3a58eb74514906
2   "name": "DLPhotoPicker",
3   "version": "1.1.0",
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": "1.1.0"
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": [
31       "Photos",
32       "AssetsLibrary"
33     ]
34   },
35   "requires_arc": true,
36   "dependencies": {
37     "PureLayout": [
38       "~> 3.0.0"
39     ],
40     "SVProgressHUD": [
42     ],
43     "TOCropViewController": [
45     ]
46   }