diff --git a/CMPopTipView/1.2.0/CMPopTipView.podspec b/CMPopTipView/1.2.0/CMPopTipView.podspec new file mode 100644 index 00000000..35027503 --- /dev/null +++ b/CMPopTipView/1.2.0/CMPopTipView.podspec @@ -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