[Update] CMPopTipView 1.2.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'CMPopTipView'
|
||||
s.version = '1.2.0'
|
||||
s.license = 'MIT'
|
||||
s.summary = 'Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.'
|
||||
s.homepage = 'https://github.com/chrismiles/CMPopTipView'
|
||||
s.author = { 'Chris Miles' => 'http://chrismiles.info/' }
|
||||
s.source = { :git => 'https://github.com/chrismiles/CMPopTipView.git', :tag => '1.2.0' }
|
||||
s.platform = :ios
|
||||
s.source_files = 'CMPopTipView/*.{h,m}'
|
||||
s.framework = 'UIKit'
|
||||
end
|
||||
Reference in New Issue
Block a user