Skip to content

Commit 6ec94b6

Browse files
author
Martin Kluska
committed
Updated podspec
1 parent 1b5b6d0 commit 6ec94b6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

SPUserResizableView+Pion.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 = 'SPUserResizableView+Pion'
3+
s.version = '0.5.3'
4+
s.license = 'MIT'
5+
s.homepage = 'https://github.com/pionl/SPUserResizableView'
6+
s.authors = 'Stephen Poletto'
7+
s.summary = 'A forked (originaly from STephen Poletto) SPUserResizableView is a user-resizable, user-repositionable UIView subclass. '
8+
9+
# Source Info
10+
s.platform = :ios, '5.0'
11+
s.source = {:git => 'https://github.com/pionl/SPUserResizableView.git', :tag => '0.5.2'}
12+
s.source_files = 'SPUserResizableView/SPUserResizableView.{h,m}'
13+
s.requires_arc = true
14+
15+
# Pod Dependencies
16+
17+
end

0 commit comments

Comments
 (0)