34 lines
787 B
JSON
34 lines
787 B
JSON
{
|
|
"name": "PNImagePickerViewController",
|
|
"version": "0.1.0",
|
|
"summary": "PNImagePickerViewController is a fork of jacobsieradzki/JSImagePickerController with iOS8+ PhotoKit support.",
|
|
"homepage": "https://github.com/<GITHUB_USERNAME>/PNImagePickerViewController",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/<GITHUB_USERNAME>/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": [
|
|
|
|
]
|
|
}
|
|
}
|