Skip to content

Commit 50ba5b2

Browse files
committed
Update podspec
1 parent 95fc8be commit 50ba5b2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

StackScrollView.podspec

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
#
2-
# Be sure to run `pod lib lint StackScrollView.podspec' to ensure this is a
3-
# valid spec before submitting.
4-
#
5-
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7-
#
8-
91
Pod::Spec.new do |s|
102
s.name = 'StackScrollView'
11-
s.version = '0.2.0'
3+
s.version = '0.5.0'
124
s.summary = 'Scalable form builder with UIScrollView'
135
s.homepage = 'https://github.com/muukii/StackScrollView'
146
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -18,6 +10,5 @@ Pod::Spec.new do |s|
1810

1911
s.ios.deployment_target = '8.0'
2012
s.source_files = 'StackScrollView/**/*'
21-
s.dependency 'EasyPeasy'
2213

2314
end

0 commit comments

Comments
 (0)