[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 0 / CPhotoPicker / 0.0.8 / CPhotoPicker.podspec.json
blobff9549d9f060088045db98cb0123427b440ec929
2   "name": "CPhotoPicker",
3   "version": "0.0.8",
4   "summary": "This a short description of CPhotoPicker.",
5   "description": "TODO: It is easy to use, support for custom pop tips.",
6   "homepage": "https://github.com/Initial-C/CPhotoPicker/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Initial-C-William Chang": "iwilliamchang@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/Initial-C/CPhotoPicker.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes/*.{h,m}",
23   "resources": "Classes/ImageSource/CPickerSource.bundle",
24   "public_header_files": "Classes/*.h",
25   "dependencies": {
26     "SVProgressHUD": [
27       "~> 2.0.3"
28     ]
29   },
30   "frameworks": [
31     "UIKit",
32     "QuartzCore"
33   ]