[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / c / ADNLogin / 1.0.0 / ADNLogin.podspec.json
blob22263bf4738f177f66e4bce2cd8f7d8be64c46c1
2   "name": "ADNLogin",
3   "version": "1.0.0",
4   "summary": "Easily add support for seamless App.net login via the Passport app.",
5   "description": "        The ADNLogin SDK is the easiest and fastest way to add support for authentication\n        for the App.net API via the Passport app. This SDK allows you to detect the\n        presence of the Passport app on a user's device and request an access token\n        if it is installed.\n",
6   "homepage": "https://developers.app.net/",
7   "license": "MIT",
8   "authors": {
9     "Bryan Berg": "bryan@app.net"
10   },
11   "source": {
12     "git": "https://github.com/appdotnet/ADNLogin-SDK-iOS.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Source/*.{h,m}",
19   "public_header_files": "Source/ADNLogin.h",
20   "frameworks": [
21     "Foundation",
22     "Security"
23   ],
24   "requires_arc": true