blob: 2c2fd395ec11ca47ee78965aeaf00784e9d326d7 [file] [log] [blame]
{
"name": "AppStoreManager",
"version": "0.0.1",
"summary": "AppStoreManager, An AppStore version checking 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.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "AppStoreManager/AppStoreManager/**/*.swift",
"exclude_files": "AppStoreManager/**/*.plist",
"requires_arc": true,
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxAlamofire": [
],
"Alamofire": [
]
},
"swift_version": "5.0"
}