blob: 11f6257463818263d1859640bd951ee8587db78d [file] [log] [blame]
{
"name": "CleverSDK",
"version": "1.0.2",
"summary": "A simple iOS library to access Clever Instant Login",
"description": "CleverSDK provides developers with a simple library to access Clever Instant Login.\nThe SDK includes a Login handler (the `CLVOAuthManager`) and a Login Button (the \"CLVLoginButton\") that can be added to any `UIView`.\nThe SDK returns an `access_token` to the user that can be used to make calls to the Clever API.",
"homepage": "https://github.com/Clever/ios-sdk",
"license": "Apache 2.0",
"authors": {
"Clever": "tech-notify@clever.com"
},
"source": {
"git": "https://github.com/Clever/ios-sdk.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/clever",
"documentation_url": "https://dev.clever.com/",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "CleverSDK/**/*.h",
"source_files": "CleverSDK/**/*",
"exclude_files": "CleverSDK/**/*.plist",
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"PocketSVG": [
"~> 0.7"
],
"SAMKeychain": [
"~> 1.5"
]
}
}