blob: e0a8bc56f8d1b61ef83c800c514254adfe2be81c [file] [log] [blame]
{
"name": "RxSocialConnect",
"version": "0.0.7",
"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.7"
},
"social_media_url": "https://github.com/FuckBoilerplate",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0.0"
],
"OAuthSwift": [
"~> 0.5.0"
],
"RxBlocking": [
"~> 2.0.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "Moya",
"source_files": "Sources/Moya/**/*",
"dependencies": {
"RxSocialConnect/Core": [
],
"Alamofire": [
"~> 3.1.0"
],
"Moya": [
"~> 6.0.0"
],
"Moya/RxSwift": [
"~> 6.0.0"
]
}
}
]
}