-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds the new SDK * Update README
- Loading branch information
Showing
33 changed files
with
509 additions
and
1,140 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -9,29 +9,22 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "CleverSDK" | ||
# Version is also set in CLVCleverSDK.h, please keep them in sync | ||
s.version = File.read("VERSION") | ||
s.summary = "A simple iOS library to access Clever Instant Login" | ||
s.description = <<-DESC | ||
CleverSDK provides developers with a simple library to access Clever Instant Login. | ||
The SDK includes a Login handler (the `CLVOAuthManager`) and a Login Button (the "CLVLoginButton") that can be added to any `UIView`. | ||
The SDK returns an `access_token` to the user that can be used to make calls to the Clever API. | ||
DESC | ||
s.description = "CleverSDK provides developers with a simple library to access Clever Instant Login." | ||
s.homepage = "https://github.com/Clever/ios-sdk" | ||
s.license = "Apache 2.0" | ||
s.authors = { "Clever" => "[email protected]" } | ||
s.source = { :git => "https://github.com/Clever/ios-sdk.git", :tag => s.version.to_s } | ||
s.social_media_url = "https://twitter.com/clever" | ||
s.documentation_url = "https://dev.clever.com/" | ||
|
||
s.platform = :ios, "8.0" | ||
s.platform = :ios, "9.0" | ||
s.requires_arc = true | ||
|
||
s.public_header_files = "CleverSDK/**/*.h" | ||
s.source_files = "CleverSDK/**/*" | ||
s.exclude_files = "CleverSDK/**/*.plist" | ||
|
||
s.dependency "AFNetworking", "~> 3.1" | ||
s.dependency "PocketSVG", "~> 0.7" | ||
s.dependency "SAMKeychain", "~> 1.5" | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.