Skip to content

Commit 5de4110

Browse files
committed
Added podspec
1 parent af66754 commit 5de4110

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Geometry.podspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'Geometry'
3+
s.version = '1.0.0'
4+
s.license = 'MIT'
5+
s.summary = 'Geometry is a UIView and CGRect extension that lets you work with view and rect geometry easier.'
6+
s.homepage = 'https://github.com/artman/Geometry'
7+
s.social_media_url = 'http://twitter.com/artman'
8+
s.authors = { 'Tuomas Artman' => '[email protected]' }
9+
s.source = { :git => 'https://github.com/artman/Geometry.git', :tag => s.version }
10+
11+
s.ios.deployment_target = '8.0'
12+
s.osx.deployment_target = '10.9'
13+
14+
s.source_files = 'Signals/*.swift'
15+
16+
s.requires_arc = true
17+
end

0 commit comments

Comments
 (0)