Skip to content

Commit

Permalink
new cocoa pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzgerald committed Jan 28, 2017
1 parent 8a7eb6a commit bd39e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "CustomLoader"
s.version = "0.0.3"
s.version = "0.1.0"
s.summary = "Custom loader system for iOS"
s.description = <<-DESC
Custom loader system for iOS that provide default loaders
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "MUISEROUX Fritzgerald" => "f.muiseroux@gmail.com" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/fritzgerald/CustomLoader.git", :tag => "0.0.3" }
s.source = { :git => "https://github.com/fritzgerald/CustomLoader.git", :tag => "0.1.0" }
s.source_files = "Source/", "Source/**/*.{h,m}"

end

0 comments on commit bd39e4f

Please sign in to comment.