[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / e / a / CleverSDK / 0.1.1 / CleverSDK.podspec.json
blob61964a2f3db956a2ddd8363133e4e74cd7a47ce4
2   "name": "CleverSDK",
3   "version": "0.1.1",
4   "summary": "A simple iOS library to access Clever Instant Login",
5   "description": "CleverSDK provides developers with a simple library to access Clever Instant Login.\nThe SDK includes a Login handler (the `CLVLoginHandler`) 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.",
6   "homepage": "https://github.com/Clever/ios-sdk",
7   "license": "Apache 2.0",
8   "authors": {
9     "Nikhil Pandit": "nikhil.pandit@clever.com",
10     "Alex Smolen": "alex.smolen@clever.com",
11     "Peter Nga": "peter.nga@clever.com",
12     "Clever Support": "tech-support@clever.com"
13   },
14   "source": {
15     "git": "https://github.com/Clever/ios-sdk.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/clever",
19   "documentation_url": "https://dev.clever.com/",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "CleverSDK/Classes/**/*",
25   "public_header_files": "CleverSDK/Classes/**/*.h",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5"
29     ],
30     "PocketSVG": [
32     ],
33     "SSKeychain": [
35     ]
36   },
37   "deprecated": true