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