File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
22[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE )
33[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
4- [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/TPGSwift .svg )] ( https://img.shields.io/cocoapods/v/StickyHeader.svg )
5- [ ![ Platform] ( https://img.shields.io/cocoapods/p/TPGSwift .svg?style=flat )] ( http://cocoadocs.org/docsets/StickyHeader )
4+ [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/StickyHeader .svg )] ( https://img.shields.io/cocoapods/v/StickyHeader.svg )
5+ [ ![ Platform] ( https://img.shields.io/cocoapods/p/StickyHeader .svg?style=flat )] ( http://cocoadocs.org/docsets/StickyHeader )
66
77# StickyHeader
88
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Pod::Spec.new do |s|
1010 s . homepage = "https://github.com/yageek/StickyHeader"
1111 s . license = "MIT"
1212 s . author = { "Yannick Heinrich" => "[email protected] " } 13- s . source = { :git => "http ://github.com/yageek/ /StickyHeader.git" , :tag => "#{ s . version } " }
13+ s . source = { :git => "https ://github.com/yageek/StickyHeader.git" , :tag => "#{ s . version } " }
1414 s . source_files = "StickyHeader"
15+ s . platform = :ios
16+ s . ios . deployment_target = '8.0'
1517end
You can’t perform that action at this time.
0 commit comments