[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / a / PKImagePicker / 0.0.6 / PKImagePicker.podspec.json
blob185c730d41d247313e8d9d95f330449b4933441b
2   "name": "PKImagePicker",
3   "version": "0.0.6",
4   "summary": "Replacement for UIImagePickerController",
5   "description": "Replacement for UIImagePickerController which provides album and camera switcher integrated in the controller, so that you dont have to write a seperate actionsheet for it",
6   "homepage": "https://github.com/pavankris/PKImagePickerDemo/wiki",
7   "screenshots": "https://raw.githubusercontent.com/pavankris/PKImagePickerDemo/master/ImagePickerScreenShot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "pavankris": "pavankris@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/pavankris",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/pavankris/PKImagePickerDemo.git",
21     "tag": "0.0.6"
22   },
23   "source_files": "PKImagePickerViewController.{h,m}",
24   "resource_bundles": {
25     "PKImageBundle": [
26       "PKImageBundle.bundle/*.png"
27     ]
28   },
29   "requires_arc": true