Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
added missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandasRazma committed Aug 21, 2016
1 parent 1c7ed07 commit e2dd04d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions RRFPSBar.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'RRFPSBar'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.summary = 'RRFPSBar'
spec.source_files = 'RRFPSBar/*.{h,m}'
spec.requires_arc = true
end

spec.author = { "Rolandas Razma" => "[email protected]" }
spec.license = "MIT"
spec.homepage = "https://github.com/RolandasRazma/RRFPSBar/"
spec.source = { :git => 'https://github.com/RolandasRazma/RRFPSBar.git', :tag => spec.version }
end

0 comments on commit e2dd04d

Please sign in to comment.