- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPOViewController.podspec
More file actions
Latest commit
16 lines (13 loc) · 606 Bytes
/
Copy pathPOViewController.podspec
File metadata and controls
16 lines (13 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |spec|
spec.name="POViewController"
spec.version="1.0.0"
spec.summary="Pio's Awesome Customizable ViewController"
spec.homepage="https://github.com/kyungpyoda/POViewController"
spec.license={:type=>"MIT",:file=>"LICENSE"}
spec.author={"kyungpyoda"=>"rudvy9620@gmail.com"}
spec.source={:git=>"https://github.com/kyungpyoda/POViewController.git",
:tag=>spec.version.to_s}
spec.source_files="Sources/POViewController/*.swift"
spec.swift_version="5.5"
spec.ios.deployment_target="13.0"
end