forked from marcosgriselli/Sizes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSizes.podspec
More file actions
21 lines (16 loc) · 749 Bytes
/
Sizes.podspec
File metadata and controls
21 lines (16 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'Sizes'
s.version = '0.4.2'
s.summary = 'View your app on different device and font sizes.'
s.description = <<-DESC
Sizes lets you view your app on different device and font sizes.
DESC
s.homepage = 'https://github.com/marcosgriselli/Sizes'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Marcos Griselli'
s.source = { :git => 'https://github.com/marcosgriselli/Sizes.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/marcosgriselli'
s.ios.deployment_target = '10.0'
s.source_files = 'Sizes/Classes/**/*'
s.swift_version = '4.2'
end