[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 9 / 6 / 7 / AWSTwitterSignIn / 1.0.0 / AWSTwitterSignIn.podspec.json
blob2fc0e207099a84d77d130bd3b10d1fdac78cc29e
2   "name": "AWSTwitterSignIn",
3   "version": "1.0.0",
4   "summary": "Amazon Web Services Twitter Sign In SDK for iOS.",
5   "description": "The AWS Twitter Sign In SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
6   "homepage": "https://hatboysoftware.com",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Matthew Alan Gray": "mgray@hatboysoftware.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/hatboysoftware/AWSTwitterSignIn.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AWSAuthCore": [
21       "2.6.1"
22     ],
23     "AWSAuthUI": [
24       "2.6.1"
25     ],
26     "TwitterKit": [
27       "3.1.1"
28     ]
29   },
30   "preserve_paths": "AWSTwitterSignIn/**/*",
31   "source_files": "AWSTwitterSignIn/**/*.{h,m}",
32   "public_header_files": "AWSTwitterSignIn/*.h",
33   "frameworks": "SafariServices",
34   "resource_bundles": {
35     "AWSTwitterSignIn": "AWSTwitterSignIn/Images.xcassets"
36   },
37   "pod_target_xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(SRCROOT)/**",
39     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
40   }