blob: 8cdf3c73b80f905a6ba5c216c86725019a6a206f [file] [log] [blame]
{
"name": "EtsySwift",
"version": "0.0.7",
"summary": "Small library allowing reactive authorization with Etsy",
"homepage": "https://github.com/ferusinfo/EtsySwift",
"license": "MIT",
"authors": {
"Maciej Kołek": "hello@ferus.info"
},
"social_media_url": "http://twitter.com/ferusinfo",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ferusinfo/EtsySwift.git",
"tag": "0.0.7"
},
"swift_version": "4.2",
"source_files": [
"Classes/Etsy/*/*",
"Classes/Etsy/*"
],
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"RxAlamofire": [
"~> 4.2.0"
],
"RxSwift": [
"4.4.0"
]
}
}