[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 3 / LCPickerController / 0.1.2 / LCPickerController.podspec.json
blobed083378e32c0e7efa1d50c5c19f59f0b6f728e3
2   "name": "LCPickerController",
3   "version": "0.1.2",
4   "summary": "多选图片库",
5   "homepage": "https://github.com/bawn/LCPickerController",
6   "license": "MIT",
7   "authors": {
8     "bawn": "lc5491137@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/bawn/LCPickerController.git",
12     "tag": "0.1.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "LCPickerController/**/*.{h,m}",
19   "public_header_files": "LCPickerController/LCImagePicker.h",
20   "resource_bundles": {
21     "LCPickerController": [
22       "Resources/*.{storyboard}"
23     ]
24   },
25   "dependencies": {
26     "Masonry": [
27       "~> 0.6.0"
28     ]
29   },
30   "frameworks": "AssetsLibrary"