[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 6 / f / 2 / GoodSwift / 0.9.2 / GoodSwift.podspec.json
blob62b93d72a0b3902f967bd51568d1bd509565c518
2   "name": "GoodSwift",
3   "version": "0.9.2",
4   "summary": "Some good swift extensions.",
5   "description": "Some good swift extensions, handfully crafted by GoodRequest team.",
6   "homepage": "https://github.com/GoodRequest/GoodSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marek Spalek": "marek.spalek@goodrequest.com"
13   },
14   "source": {
15     "git": "https://github.com/GoodRequest/GoodSwift.git",
16     "tag": "0.9.2"
17   },
18   "social_media_url": "https://twitter.com/goodrequestcom",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "Source/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.8"
28     ],
29     "Unbox": [
30       "~> 3.0"
31     ]
32   }