-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathSurfboard.podspec
More file actions
17 lines (16 loc) · 849 Bytes
/
Surfboard.podspec
File metadata and controls
17 lines (16 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "Surfboard"
s.version = "1.0.0"
s.summary = "Surfboard is a delightful onboarding library for iOS."
s.description = <<-DESC
Surfboard is a delightful onboarding library for iOS. Configure your onboarding experience with JSON.
DESC
s.homepage = "https://github.com/MosheBerman/Surfboard"
s.screenshots = "https://raw.github.com/MosheBerman/Surfboard/master/Screenshots/Intro.png", "https://raw.github.com/MosheBerman/Surfboard/master/Screenshots/Panels.png"
s.author = { "Moshe Berman" => "moshberm@gmail.com" }
s.license = 'MIT'
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/MosheBerman/Surfboard.git", :tag => "1.0.0"}
s.source_files = 'Classes', 'Surfboard/SRFSurfboard/**/*.{h,m}'
s.requires_arc = true
end