blob: f17480b895ee6afd7aa9394cf6f1393871dd0939 [file] [log] [blame]
{
"name": "CleverSDK",
"version": "1.0.0",
"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": {
"Nikhil Pandit": "nikhil.pandit@clever.com",
"Alex Smolen": "alex.smolen@clever.com",
"Peter Nga": "peter.nga@clever.com",
"Dylan Hurd": "dylan.hurd@clever.com",
"Clever Support": "tech-support@clever.com"
},
"source": {
"git": "https://github.com/Clever/ios-sdk.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/clever",
"documentation_url": "https://dev.clever.com/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CleverSDK/Classes/**/*",
"public_header_files": "CleverSDK/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"PocketSVG": [
"~> 0.7"
],
"SAMKeychain": [
"~> 1.5"
]
}
}