blob: 0f3f7d397d81b259f08db8b00418454c1c88cb11 [file] [log] [blame]
{
"name": "RxSocialConnect",
"version": "0.0.4",
"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.4"
},
"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": [
],
"Result": [
"~> 1.0.0"
],
"Moya/RxSwift": [
]
}
}
]
}