[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / e / a / CleverSDK / 0.0.1 / CleverSDK.podspec.json
blob89a7a27a1efa061d16ded0bbbdd3f3525a8a0395
2   "name": "CleverSDK",
3   "version": "0.0.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 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.\n",
6   "homepage": "https://github.com/Clever/ios-sdk",
7   "license": "Apache 2",
8   "authors": {
9     "Nikhil Pandit": "nikhil.pandit@clever.com"
10   },
11   "source": {
12     "git": "https://github.com/Clever/ios-sdk.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/clever",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "CleverSDK/Classes/**/*",
21   "public_header_files": "CleverSDK/Classes/**/*.h",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.5"
25     ],
26     "PocketSVG": [
28     ],
29     "SSKeychain": [
31     ]
32   },
33   "deprecated": true