PNImagePickerViewController/Example/Pods/Local Podspecs/PNImagePickerViewController.podspec.json
2016-03-16 18:53:51 +01:00

32 lines
729 B
JSON

{
"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": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"Photos",
"PhotosUI"
],
"dependencies": {
"PureLayout": [
],
"DGActivityIndicatorView": [
]
}
}