[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / 2 / 0 / SocialLogin / 0.1.0 / SocialLogin.podspec.json
blobba00a62970809d155823d24f5170a6a871a5daf4
2   "name": "SocialLogin",
3   "version": "0.1.0",
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": "http://cloudrail.com/",
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.0"
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   }