Skip to content

Commit

Permalink
Adding New API and Updated Version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepDhull1990 committed Oct 5, 2012
1 parent 9bfa41c commit 7e1de5e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TVPickerView/1.0.2/TVPickerView.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "TVPickerView"
s.version = "1.0.2"
s.summary = "Custom picker view with increment decrement operations."
s.homepage = "https://github.com/taviscaios/TVPickerView"
s.license = {
:type => 'MIT',
:text => <<-LICENSE
TVPickerView.h
Created by TaviscaIOS on 9/5/12.
Copyright (c) 2012 Tavisca. All rights reserved.
LICENSE
}

s.author = 'TaviscaIos'
s.source = { :git => "https://github.com/taviscaios/TVPickerView.git", :tag => "v1.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'TVPickerView/Classes/**/*.{h,m}'
s.resources = "TVPickerView/Resources/Normal/*.png","TVPickerView/Resources/Retina/*.png"
s.framework = 'UIKit'
s.requires_arc = true
end

0 comments on commit 7e1de5e

Please sign in to comment.