forked from SnapKit/SnapKit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnapKit.podspec
More file actions
Latest commit
18 lines (15 loc) · 618 Bytes
/
Copy pathSnapKit.podspec
File metadata and controls
18 lines (15 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='SnapKit'
s.version='5.0.1'
s.license='MIT'
s.summary='Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.'
s.homepage='https://github.com/SnapKit/SnapKit'
s.authors={'Robert Payne'=>'robertpayne@me.com'}
s.social_media_url='http://twitter.com/robertjpayne'
s.source={:git=>'https://github.com/SnapKit/SnapKit.git',:tag=>'5.0.1'}
s.ios.deployment_target='10.0'
s.osx.deployment_target='10.12'
s.tvos.deployment_target='10.0'
s.source_files='Source/*.swift'
s.swift_version='5.0'
end