[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 0 / LLImagePicker / 1.0.0 / LLImagePicker.podspec.json
blob53faeef4210f07a139bc7b3d63eea2862238503c
2   "name": "LLImagePicker",
3   "version": "1.0.0",
4   "summary": "A clone of UIImagePickerController with multiple selection support.",
5   "homepage": "https://github.com/kevll/LLImagePicker",
6   "license": "MIT",
7   "authors": {
8     "kevll": "kevliule@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/kevliule",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/kevll/LLImagePicker.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "LLImagePicker/*.{swift}",
19   "exclude_files": "LLImagePicker/LLImagePicker.h",
20   "resource_bundles": {
21     "LLImagePicker": "LLImagePicker/*.{xib}"
22   },
23   "frameworks": "Photos",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"