[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 2 / AuthorizeMe / 1.2.2 / AuthorizeMe.podspec.json
blob69bb856fc5da2a0b3460b45baae3ed2d94f49762
2   "name": "AuthorizeMe",
3   "summary": "Authorization with social networks",
4   "version": "1.2.2",
5   "homepage": "https://github.com/rubygarage/authorize-me",
6   "license": "MIT",
7   "authors": {
8     "RubyGarage": "vlad@rubygarage.org"
9   },
10   "source": {
11     "git": "https://github.com/rubygarage/authorize-me.git",
12     "tag": "1.2.2"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "swift_version": "5.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Core/**/*.swift",
23       "pod_target_xcconfig": {
24         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphoneos",
25         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphonesimulator"
26       }
27     },
28     {
29       "name": "Facebook",
30       "dependencies": {
31         "AuthorizeMe/Core": [
33         ]
34       },
35       "source_files": "Providers/Facebook/*.swift"
36     },
37     {
38       "name": "Twitter",
39       "dependencies": {
40         "AuthorizeMe/Core": [
42         ]
43       },
44       "source_files": "Providers/Twitter/*.swift"
45     },
46     {
47       "name": "Google",
48       "dependencies": {
49         "AuthorizeMe/Core": [
51         ]
52       },
53       "source_files": "Providers/Google/*.swift"
54     },
55     {
56       "name": "Instagram",
57       "dependencies": {
58         "AuthorizeMe/Core": [
60         ]
61       },
62       "source_files": "Providers/Instagram/*.swift"
63     },
64     {
65       "name": "LinkedIn",
66       "dependencies": {
67         "AuthorizeMe/Core": [
69         ]
70       },
71       "source_files": "Providers/LinkedIn/*.swift"
72     }
73   ]