Skip to content

Commit dc53cf3

Browse files
committed
Merge branch 'develop'
2 parents d70a795 + 0e4afc4 commit dc53cf3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

StickyHeader.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
1517
end

0 commit comments

Comments
 (0)