Skip to content

Commit

Permalink
updated podspec to include xib file
Browse files Browse the repository at this point in the history
  • Loading branch information
hons82 committed Aug 26, 2014
1 parent 8bcfa92 commit 4b04b4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions THCalendarDatePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|
s.name = "THCalendarDatePicker"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "UITextView with the look of a Notebook"
s.homepage = "https://github.com/hons82/THCalendarDatePicker"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Hannes Tribus" => "hons82@gmail.com" }
s.source = { :git => "https://github.com/hons82/THCalendarDatePicker.git", :tag => "v0.0.1" }
s.source = { :git => "https://github.com/hons82/THCalendarDatePicker.git", :tag => "v#{s.version}" }
s.platform = :ios, '6.1'
s.requires_arc = true
s.source_files = 'THCalendarDatePicker/*.{h,m}'
s.resources = ["THCalendarDatePicker/Images/*.png"]
s.resources = ["THCalendarDatePicker/Images/*.png",
"THCalendarDatePicker/*.xib"]
s.frameworks = 'QuartzCore'
s.dependency 'KNSemiModalViewController', '~> 0.3'
end

0 comments on commit 4b04b4d

Please sign in to comment.