Skip to content

Commit

Permalink
Merge pull request #2803 from andrewsardone/aps-uitextview-uicontrol-…
Browse files Browse the repository at this point in the history
…initial-podspec

Add podspec for UITextView+UIControl v0.1.0
  • Loading branch information
keith committed Jul 4, 2013
2 parents 5a0e6f1 + f686bde commit 0a7134d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UITextView+UIControl/0.1.0/UITextView+UIControl.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'UITextView+UIControl'
s.summary = 'A UIControl-like API addition to UITextView.'
s.homepage = 'https://github.com/andrewsardone/UITextView-UIControl'
s.source = { :git => 'https://github.com/andrewsardone/UITextView-UIControl.git', :tag => '0.1.0' }
s.version = '0.1.0'
s.authors = { 'Andrew Sardone' => 'andrew@andrewsardone.com' }
s.license = 'MIT'
s.source_files = "Classes"
s.platform = :ios
end

0 comments on commit 0a7134d

Please sign in to comment.