[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / 7 / 0 / 4 / ImagePickerSheet / 0.0.9 / ImagePickerSheet.podspec.json
blob16987027e07559ac4e398c9293936047e776176c
2   "name": "ImagePickerSheet",
3   "version": "0.0.9",
4   "summary": "A duplicate of that shiny new custom action sheet seen in iOS8's iMessage",
5   "description": "                   ImagePickerSheet is a duplicate of that shiny new custom action sheet seen in iOS8's iMessage that Apple didn't make part of UIKit. It's the first project I've written in Swift. It works well but I might have coded something the Objective-C kind of way. Don't hesitate to open an issue or pull request if you spotted something. And no, ImagePickerSheet does not have the glitches Apple's image picker has :)\n",
6   "homepage": "https://github.com/larcus94/ImagePickerSheetController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Laurin Brandner": "hello@laurinbrandner.ch"
13   },
14   "social_media_url": "http://twitter.com/larcus94",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/larcus94/ImagePickerSheetController.git",
20     "tag": "0.0.9"
21   },
22   "source_files": "ImagePickerSheetController/ImagePickerSheetController/*.swift",
23   "resource_bundles": {
24     "Images": [
25       "ImagePickerSheetController/ImagePickerSheetController/Images.xcassets"
26     ]
27   },
28   "frameworks": "Photos",
29   "requires_arc": true,
30   "deprecated_in_favor_of": "ImagePickerSheetController"