[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 4 / ImagePickerSheet / 0.0.8 / ImagePickerSheet.podspec.json
blobb25ccb6d3d8684036a25a5779cd7336d6ee25948
2   "name": "ImagePickerSheet",
3   "version": "0.0.8",
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/ImagePickerSheet",
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/ImagePickerSheet.git",
20     "tag": "0.0.8"
21   },
22   "source_files": "ImagePickerSheet/ImagePickerSheet/*.swift",
23   "resource_bundles": {
24     "Images": [
25       "ImagePickerSheet/ImagePickerSheet/Images.xcassets"
26     ]
27   },
28   "frameworks": "Photos",
29   "requires_arc": true