Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit c78bfcb

Browse files
committed
Updating podspec.
1 parent aaa1da6 commit c78bfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ConcisePureLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ConcisePureLayout'
3-
s.version = '0.2.3'
3+
s.version = '0.3.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.authors = { 'Almas Adilbek' => 'almas.adilbek@gmail.com' }
66
s.social_media_url = "http://twitter.com/mixdesign"
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/mixdesign/ConcisePureLayout.git', :tag => s.version.to_s }
1313
s.source_files = 'ConcisePureLayout/**/*.{h,m}'
1414
s.public_header_files = 'ConcisePureLayout/**/*.h'
15-
s.dependency 'PureLayout', '~> 3.0.1'
15+
s.dependency 'PureLayout', '~> 3.0.2'
1616
s.requires_arc = true
1717
end

0 commit comments

Comments
 (0)