[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / e / a / CleverSDK / 1.0.1 / CleverSDK.podspec.json
blob8f901928d7f8cbc338c5f5f67e48513d03e3a43e
2   "name": "CleverSDK",
3   "version": "1.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 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.",
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     "Dylan Hurd": "dylan.hurd@clever.com",
13     "Clever Support": "tech-support@clever.com"
14   },
15   "source": {
16     "git": "https://github.com/Clever/ios-sdk.git",
17     "tag": "1.0.1"
18   },
19   "social_media_url": "https://twitter.com/clever",
20   "documentation_url": "https://dev.clever.com/",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": "CleverSDK/Classes/**/*",
26   "public_header_files": "CleverSDK/Classes/**/*.h",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1"
30     ],
31     "PocketSVG": [
32       "~> 0.7"
33     ],
34     "SAMKeychain": [
35       "~> 1.5"
36     ]
37   },
38   "deprecated": true