[Update] CMPopTipView 1.2.0

This commit is contained in:
Geoffrey Dagley
2012-10-23 21:24:08 -05:00
parent 6fcbef2d21
commit f43d64fbea
+12
View File
@@ -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