Skip to content

Commit

Permalink
- updated podspec added missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Ebel committed Nov 4, 2014
1 parent 200c5cb commit 34e1f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TSUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TSUIKit"
s.version = "0.14"
s.version = "0.15"
s.summary = "UI components for iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -29,8 +29,8 @@ It provides smooth animations for item selection and dynamic content modificatio
s.license = { :type => 'MIT', :file => 'Classes/LICENSE'}
s.author = { "Viacheslav-Radchenko" => "viacheslav.radchenko@gmail.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/derheld/TSUIKit.git", :tag => "0.14" }
s.source_files = 'Classes', 'Classes/TSUIKit/TSTableView/**/*.{h,m}'
s.source = { :git => "https://github.com/derheld/TSUIKit.git", :tag => "0.15" }
s.source_files = 'Classes', 'Classes/TSUIKit/TSTableView/**/*.{h,m}', 'Classes/TSUIKit/TSMisc/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true

Expand Down

0 comments on commit 34e1f40

Please sign in to comment.