(acronym for "contactless multi-tickets" in Russian)
Simple non-official framework for top-up russian contactless metropolitan multi-tickets "Podorozhnik" and "Sputnik". Using Moya & Alamofire for networking, Quick & Nimble for unit-testing.
Top-up following types of metropolitan transport cards:
- "Podorozhnik" multi-tickets with 19-digit number length
- "Podorozhnik" multi-tickets with 26-digit number length
- "Sputnik" multi-tickets with 11-digit number length
Using following payment methods for top-up:
- Credit or debit cards
- Cellphone balance
- Yandex Money
- Qiwi Wallet
- Apple Pay
- iOS 9.3+
- Xcode 9.4+
- Swift 4.0+
Actively under development.
- Add usage guide
- Add sample projects
BSK is available via CocoaPods.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. You can install it with the following command:
$ sudo gem install cocoapods
To integrate BSK, simply add the following line to your Podfile
:
pod 'BSK'
Then, run the following command:
pod install
TBD
TBD
- Fork
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
That's it!
BSK is released under an MIT license. See LICENSE for more information.