[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / a / 1 / TwitterSignIn / 1.1.0 / TwitterSignIn.podspec.json
blobad091bcbae1e6cb8ee1a7ad6d6cb0eb8c2e0407b
2   "name": "TwitterSignIn",
3   "version": "1.1.0",
4   "summary": "Let Twitter users into your apps quickly and easily by using inner browser or twitter app.",
5   "description": "It is interface to the Twitter API, the sign-in process is lightly and clearly.\nNo dependencies, framework file is tiny.\nSupports iOS 12+.",
6   "homepage": "https://github.com/jammy-huang/TwitterSignIn-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "jammy.huang",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "user_target_xcconfig": {
16     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
17   },
18   "source": {
19     "http": "https://github.com/jammy-huang/TwitterSignIn-iOS/releases/download/1.1.0/Frameworks.zip",
20     "sha1": "4549a040d06efbae718ab5c6701d96a9631f15a3"
21   },
22   "default_subspecs": "V2",
23   "subspecs": [
24     {
25       "name": "V2",
26       "vendored_frameworks": "Frameworks/TwitterSignInV2.framework"
27     },
28     {
29       "name": "V1",
30       "vendored_frameworks": "Frameworks/TwitterSignInV1.framework"
31     }
32   ]