blob: 601be1b0c3c6853ea2c48b7a56b0b74627abed22 [file] [log] [blame]
{
"name": "GoodRxSwift",
"version": "0.1.0",
"summary": "Good RxSwift and other extensions.",
"description": "Some good swift extensions, handfully crafted by GoodRequest Rx team.",
"homepage": "https://github.com/tomasgibas/GoodRxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomas Gibas, Dominik Petho": "tomas.gibas@goodrequest.com, dominik.petho@goodrequest.com"
},
"source": {
"git": "https://github.com/tomasgibas/GoodRxSwift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/goodrequestcom",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxAlamofire": [
"~> 3.0"
],
"GoodSwift": [
]
},
"pushed_with_swift_version": "3.0"
}