File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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-
91Pod ::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
2314end
You can’t perform that action at this time.
0 commit comments