[Add] flutter_sound_core 9.19.0
[CocoaPods.git] / Specs / 9 / c / 3 / LCPickerController / 0.1.0 / LCPickerController.podspec.json
blobfa9b8879b8b3d4639a0c75a6c404ee41fe014ef8
2   "name": "LCPickerController",
3   "version": "0.1.0",
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.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "LCPickerController/*/*.{h,m}",
19   "exclude_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"