diff --git a/RRFPSBar.podspec b/RRFPSBar.podspec index be68448..66f14e4 100644 --- a/RRFPSBar.podspec +++ b/RRFPSBar.podspec @@ -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" => "rolandas@razma.lt" } + spec.license = "MIT" + spec.homepage = "https://github.com/RolandasRazma/RRFPSBar/" + spec.source = { :git => 'https://github.com/RolandasRazma/RRFPSBar.git', :tag => spec.version } +end \ No newline at end of file