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
13 lines (13 loc) · 895 Bytes
/
Copy pathALCameraViewController.podspec
File metadata and controls
13 lines (13 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |spec|
spec.name="ALCameraViewController"
spec.version="1.1.9"
spec.summary="A camera view controller with custom image picker and image cropping. Written in Swift."
spec.source={:git=>"https://github.com/AlexLittlejohn/ALCameraViewController.git",:tag=>spec.version.to_s}
spec.requires_arc=true
spec.platform=:ios,"8.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"
spec.author={"Alex Littlejohn"=>"alexlittlejohn@me.com"}
end