blob: 3f63c9d468d5462262c788ee3d2a3e2b7a17bfdb [file] [log] [blame]
{
"name": "AppStoreManager",
"version": "0.0.5",
"summary": "A new version checking framework in Swift.",
"homepage": "https://visarut-tippun.firebaseapp.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Visarut Tippun": "knotto.vt@gmail.com"
},
"source": {
"git": "https://github.com/knottovt/AppStoreManager.git",
"tag": "0.0.5"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"source_files": "AppStoreManager/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 6.0.0"
],
"RxCocoa": [
"~> 6.0.0"
],
"RxAlamofire": [
"~> 6.1.1"
],
"Alamofire": [
"~> 5.4.1"
]
},
"swift_version": "5.1"
}