35 lines
765 B
JSON
35 lines
765 B
JSON
{
|
|
"name": "PNImagePickerViewController",
|
|
"version": "1.0",
|
|
"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": "1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"frameworks": [
|
|
"Photos",
|
|
"PhotosUI"
|
|
],
|
|
"dependencies": {
|
|
"PureLayout": [
|
|
|
|
],
|
|
"DGActivityIndicatorView": [
|
|
|
|
],
|
|
"CLImageEditor/AllTools": [
|
|
|
|
]
|
|
}
|
|
}
|