blob: 4cd6a8d98c13a5081a317eda58acc55b648a25a5 [file] [log] [blame]
{
"name": "RxSocialConnect",
"version": "0.0.1",
"summary": "OAuth RxSwift extension for iOS.",
"homepage": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roberto Frontado": "robertofrontado@gmail.com"
},
"source": {
"git": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS.git",
"tag": "0.0.1"
},
"social_media_url": "https://github.com/FuckBoilerplate",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 2.0.0"
],
"OAuthSwift": [
"~> 0.5.0"
]
}
}