-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResignOnMissTextView.podspec
More file actions
17 lines (15 loc) · 919 Bytes
/
ResignOnMissTextView.podspec
File metadata and controls
17 lines (15 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "ResignOnMissTextView"
s.version = "0.0.2"
s.summary = "ResignOnMissTextView will resign when a user taps off of the view."
s.description = "This pod implements a new text view that will listen for a notification to know when to resign itself to allow for resignign when a user taps anywhere but the text view. A placeholder has also been added to this textview."
s.homepage = "https://github.com/campierce88/ResignOnMissTextView.git"
s.license = { :type => "Apache", :file => "LICENSE" }
s.author = "Cameron Pierce"
s.social_media_url = "http://twitter.com/campierce88"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/campierce88/ResignOnMissTextView.git", :tag => "#{s.version}" }
s.source_files = "ResignOnMissTextView/**/*.{swift}"
# s.framework = "UIKit"
end