[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 6 / 1 / LLImagePickerObjC / 0.0.1 / LLImagePickerObjC.podspec.json
blob2432fbec8e44c4901f3f2605e5914a24c7354d84
2   "name": "LLImagePickerObjC",
3   "version": "0.0.1",
4   "summary": "A clone of UIImagePickerController with multiple selection and clip support.",
5   "description": "支持自定义裁剪比例、仿微信图片裁剪、支持多选的图片选择器。",
6   "homepage": "https://github.com/kevll/LLImagePickerObjC",
7   "license": "MIT",
8   "authors": {
9     "kevll": "kevliule@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/kevliule",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/kevll/LLImagePickerObjC.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "LLImagePicker/*.{h,m}",
21     "LLImagePicker/LLPhotoBrowser/*.{h,m}"
22   ],
23   "exclude_files": "LLImagePicker/LLAssetsPicker.h",
24   "frameworks": "Photos",
25   "requires_arc": true,
26   "resources": "LLImagePicker/Resource/*.png",
27   "dependencies": {
28     "SDWebImage": [
30     ],
31     "DACircularProgress": [
33     ]
34   }