- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGridView.podspec
More file actions
Latest commit
15 lines (12 loc) · 556 Bytes
/
Copy pathGridView.podspec
File metadata and controls
15 lines (12 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="GridView"
s.version="0.1.3"
s.summary="Amazing grid view in your tvOS/iOS app"
s.homepage="https://github.com/brunomacabeusbr/GridView"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Bruno Macabeus"=>"bruno.macabeus@gmail.com"}
s.ios.deployment_target="10.3"
s.tvos.deployment_target="10.2"
s.source={:git=>"https://github.com/brunomacabeusbr/GridView.git",:tag=>s.version}
s.source_files="GridView/GridView/*.swift"
end