Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kingiol committed Apr 12, 2014
1 parent 1e2d01c commit 9aed606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions KDCycleBannerView.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = 'KDCycleBannerViewDemo'
s.name = 'KDCycleBannerView'
s.version = '1.0'
s.license = 'MIT'
s.homepage = 'https://github.com/kingiol/KDCycleBannerView'
Expand All @@ -8,9 +8,8 @@ Pod::Spec.new do |s|

# Source Info
s.platform = :ios, '5.0'
s.source = { :git => 'https://github.com/kingiol/KDCycleBannerView', :tag => '1.0' }
s.source = { :git => 'https://github.com/kingiol/KDCycleBannerView.git', :tag => '1.0' }
s.source_files = 'KDCycleBannerView/*{h,m}'
s.framework = ''

s.requires_arc = true

Expand Down
Binary file not shown.

0 comments on commit 9aed606

Please sign in to comment.