{ "name": "PNImagePickerViewController", "version": "0.1.0", "summary": "PNImagePickerViewController is a fork of jacobsieradzki/JSImagePickerController with iOS8+ PhotoKit support.", "homepage": "https://github.com//PNImagePickerViewController", "license": "MIT", "authors": { "Giuseppe Nucifora": "me@giuseppenucifora.com" }, "source": { "git": "https://github.com//PNImagePickerViewController.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "PNImagePickerViewController": [ "Pod/Assets/*.png" ] }, "frameworks": [ "Photos", "PhotosUI" ], "dependencies": { "PureLayout": [ ] } }