[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 2 / RxSocialConnect / 0.0.2 / RxSocialConnect.podspec.json
blobcfaa05bdbd1fbb59cb31c8a419b87739778fc460
2   "name": "RxSocialConnect",
3   "version": "0.0.2",
4   "summary": "OAuth RxSwift extension for iOS.",
5   "homepage": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Roberto Frontado": "robertofrontado@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS.git",
15     "tag": "0.0.2"
16   },
17   "social_media_url": "https://github.com/FuckBoilerplate",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.0.0"
26     ],
27     "OAuthSwift": [
28       "~> 0.5.0"
29     ]
30   }