-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathLocalide.podspec
More file actions
22 lines (14 loc) · 774 Bytes
/
Localide.podspec
File metadata and controls
22 lines (14 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "Localide"
s.version = "2.1.1"
s.summary = "Localide is an easy helper to offer users a personalized experience by using their favorite installed apps for directions."
s.homepage = "https://github.com/davoda/Localide"
s.screenshots = "https://raw.githubusercontent.com/davoda/Localide/master/Screenshots/Localide1.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "David Elsonbaty" => "dave@elsonbaty.ca" }
s.social_media_url = "http://twitter.com/NSDavidObject"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/davoda/Localide.git", :tag => s.version.to_s }
s.source_files = "Localide/Classes/*"
s.requires_arc = true
end