[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 2 / AuthorizeMe / 1.1.5 / AuthorizeMe.podspec.json
blob5a687a58799286e0acc0993546b314ff2a3a6c49
2   "name": "AuthorizeMe",
3   "summary": "Authorization with social networks",
4   "version": "1.1.5",
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.1.5"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "pushed_with_swift_version": "3.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Core/**/*.swift",
23       "preserve_paths": "CocoaPods/**/*",
24       "pod_target_xcconfig": {
25         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphoneos",
26         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphonesimulator"
27       }
28     },
29     {
30       "name": "Facebook",
31       "dependencies": {
32         "AuthorizeMe/Core": [
34         ]
35       },
36       "source_files": "Providers/Facebook/*.swift"
37     },
38     {
39       "name": "Twitter",
40       "dependencies": {
41         "AuthorizeMe/Core": [
43         ]
44       },
45       "source_files": "Providers/Twitter/*.swift"
46     },
47     {
48       "name": "Google",
49       "dependencies": {
50         "AuthorizeMe/Core": [
52         ]
53       },
54       "source_files": "Providers/Google/*.swift"
55     },
56     {
57       "name": "Instagram",
58       "dependencies": {
59         "AuthorizeMe/Core": [
61         ]
62       },
63       "source_files": "Providers/Instagram/*.swift"
64     },
65     {
66       "name": "LinkedIn",
67       "dependencies": {
68         "AuthorizeMe/Core": [
70         ]
71       },
72       "source_files": "Providers/LinkedIn/*.swift"
73     }
74   ]