Skip to content

Commit 7fbd17a

Browse files
committed
update podspec
1 parent edb2d72 commit 7fbd17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FlatUIKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "FlatUIKit"
3-
s.version = "1.0"
3+
s.version = "1.1"
44
s.summary = "A collection of awesome flat UI components for iOS."
55
s.homepage = "https://github.com/Grouper/FlatUIKit"
66
s.license = 'MIT'
77
s.authors = { "Jack Flintermann" => "[email protected]", "Grouper" => "[email protected]"}
8-
s.source = { :git => "https://github.com/Grouper/FlatUIKit.git", :tag => "1.0" }
8+
s.source = { :git => "https://github.com/Grouper/FlatUIKit.git", :tag => "1.1" }
99
s.platform = :ios, '5.0'
1010
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
1111

0 commit comments

Comments
 (0)