Skip to content

Commit a49675b

Browse files
committed
Updated podspec
1 parent dcda4d8 commit a49675b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Localide.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Localide"
4-
s.version = "2.1.1"
4+
s.version = "2.1.2"
55
s.summary = "Localide is an easy helper to offer users a personalized experience by using their favorite installed apps for directions."
66

77
s.homepage = "https://github.com/davoda/Localide"
@@ -12,9 +12,9 @@ Pod::Spec.new do |s|
1212
s.author = { "David Elsonbaty" => "dave@elsonbaty.ca" }
1313
s.social_media_url = "http://twitter.com/NSDavidObject"
1414

15-
s.platform = :ios, "8.0"
15+
s.platform = :ios, "11.0"
1616

17-
s.source = { :git => "https://github.com/davoda/Localide.git", :tag => s.version.to_s }
17+
s.source = { :git => "https://github.com/cineman/Localide.git", :tag => s.version.to_s }
1818
s.source_files = "Localide/Classes/*"
1919

2020
s.requires_arc = true

0 commit comments

Comments
 (0)