[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / c / PNImagePickerViewController / 0.1.0 / PNImagePickerViewController.podspec.json
blobc787d8f31b8d017232e02279b91abe8eb0520b2a
2   "name": "PNImagePickerViewController",
3   "version": "0.1.0",
4   "summary": "PNImagePickerViewController is a fork of jacobsieradzki/JSImagePickerController with iOS8+ PhotoKit support.",
5   "homepage": "https://github.com/giuseppenucifora/PNImagePickerViewController",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Nucifora": "me@giuseppenucifora.com"
9   },
10   "source": {
11     "git": "https://github.com/giuseppenucifora/PNImagePickerViewController.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "PNImagePickerViewController": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "Photos",
26     "PhotosUI"
27   ],
28   "dependencies": {
29     "PureLayout": [
31     ],
32     "DGActivityIndicatorView": [
34     ]
35   }