[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / 0 / SocialLogin / 0.1.1 / SocialLogin.podspec.json
blob7579f4c1ccd57ff2394a525bc15aae864cbcfd47
2   "name": "SocialLogin",
3   "version": "0.1.1",
4   "summary": "Social Login uses CloudRail SDK with the objective to ease authentications processes",
5   "description": "Social Login uses CloudRail SDK with the objective to ease authentications processes in services such Facebook, Instagram, Twitter, linkedIn, GooglePlus, Yahoo, GitHub, Slack, MicrosoftLive. Only the client ID and client secret are needed.",
6   "homepage": "https://github.com/CloudRail/SocialLogin-ios",
7   "screenshots": [
8     "https://s14.postimg.io/fh4su5bap/Simulator_Screen_Shot_06_Sep_2016_15_23_28.png",
9     "https://s14.postimg.io/58cbobn8x/Simulator_Screen_Shot_06_Sep_2016_15_23_51.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Felipe Cesar": "felipe.cesar@cloudrail.com"
17   },
18   "source": {
19     "git": "https://github.com/CloudRail/SocialLogin-ios.git",
20     "tag": "0.1.1"
21   },
22   "social_media_url": "https://twitter.com/CloudRail",
23   "platforms": {
24     "ios": "9.3"
25   },
26   "source_files": "SocialLogin/Classes/**/*.{swift,m,h}",
27   "resource_bundles": {
28     "SocialLogin": [
29       "SocialLogin/Classes/**/*.{storyboard,xib}",
30       "SocialLogin/Assets/**/*.{png,jpg,jpeg}"
31     ]
32   },
33   "frameworks": "UIKit",
34   "dependencies": {
35     "cloudrail-si-ios-sdk": [
36       "~> 3.2.4"
37     ],
38     "FoldingTabBar": [
40     ]
41   }