forked from AlexLittlejohn/ALCameraViewController
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALCameraViewController.podspec
More file actions
Latest commit
14 lines (14 loc) · 955 Bytes
/
Copy pathALCameraViewController.podspec
File metadata and controls
14 lines (14 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |spec|
spec.name="ALCameraViewController"
spec.version="3.2"
spec.summary="A camera view controller with custom image picker and image cropping."
spec.source={:git=>"https://github.com/Restoflash/ALCameraViewController.git",:tag=>spec.version.to_s}
spec.requires_arc=true
spec.platform=:ios,"9.0"
spec.license="MIT"
spec.source_files="ALCameraViewController/**/*.{swift}"
spec.resources=["ALCameraViewController/ViewController/ConfirmViewController.xib","ALCameraViewController/CameraViewAssets.xcassets","ALCameraViewController/CameraView.strings"]
spec.homepage="https://github.com/AlexLittlejohn/ALCameraViewController.git"
spec.author={"Alex Littlejohn"=>"alexlittlejohn@me.com","Guillaume Bellut"=>"guillaume@bellut.com"}
spec.swift_version='5.0'
end