[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / 2 / EtsySwift / 0.0.4 / EtsySwift.podspec.json
blobc0fdc348463e8cb401525d9beca2345e7b8c9f10
2   "name": "EtsySwift",
3   "version": "0.0.4",
4   "summary": "Small library allowing reactive authorization with Etsy",
5   "homepage": "https://github.com/ferusinfo/EtsySwift",
6   "license": "MIT",
7   "authors": {
8     "Maciej Kołek": "hello@ferus.info"
9   },
10   "social_media_url": "http://twitter.com/ferusinfo",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/ferusinfo/EtsySwift.git",
16     "tag": "0.0.4"
17   },
18   "swift_version": "4.2",
19   "source_files": [
20     "Classes/Etsy/*/*",
21     "Classes/Etsy/*"
22   ],
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7.3"
26     ],
27     "RxAlamofire": [
28       "~> 4.2.0"
29     ],
30     "RxSwift": [
31       "4.4.0"
32     ]
33   }