-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from mamaral/repo-cleanup
Repo cleanup
- Loading branch information
Showing
61 changed files
with
81 additions
and
1,317 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Onboard" | ||
s.version = "2.1.5" | ||
s.summary = "Onboard provides devs with a quick and easy way to create an engaging, and useful onboarding experience with only a few lines of code." | ||
s.version = "2.1.6" | ||
s.summary = "Create a beautiful and engaging onboarding experience with only a few lines of code." | ||
s.homepage = "https://github.com/mamaral/Onboard" | ||
s.license = "MIT" | ||
s.author = { "Mike Amaral" => "mike.amaral36@gmail.com" } | ||
s.social_media_url = "http://twitter.com/MikeAmaral" | ||
s.platform = :ios | ||
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.5" } | ||
s.source_files = "Objective-C/Onboard/OnboardingViewController.{h,m}", "Objective-C/Onboard/OnboardingContentViewController.{h,m}" | ||
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.6" } | ||
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}" | ||
s.requires_arc = true | ||
|
||
end |
Oops, something went wrong.