We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af66754 commit 5de4110Copy full SHA for 5de4110
Geometry.podspec
@@ -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