Skip to content

Commit

Permalink
update header file
Browse files Browse the repository at this point in the history
  • Loading branch information
kingiol committed Jan 22, 2015
1 parent 5378111 commit 64d15d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion KDCycleBannerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Pod::Spec.new do |s|
s.summary = 'A Cycle Or Loop ScrollView For Banner'

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

s.requires_arc = true

s.public_header_files = 'KDCycleBannerView/*.h'

# Pod Dependencies
s.dependency 'SDWebImage'
Expand Down
Binary file not shown.

0 comments on commit 64d15d5

Please sign in to comment.