Latest | 0.0.8 |
---|---|
Homepage | https://github.com/educrate/credit-card-ios |
License | MIT |
Platforms | ios 9.3 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
FlatCreditCard is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'FlatCreditCard'
Author
christianampe, [email protected]
License
FlatCreditCard is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "FlatCreditCard", "version": "0.0.8", "summary": "A view for credit cards.", "description": "A highly flexible credit view which allows for a view model to be integrated to allow for custom processing.", "homepage": "https://github.com/educrate/credit-card-ios", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "christianampe": "[email protected]" }, "source": { "git": "https://github.com/educrate/credit-card-ios.git", "tag": "0.0.8" }, "platforms": { "ios": "9.3" }, "swift_version": "4.1", "source_files": "FlatCreditCard/Classes/**/*", "resources": "FlatCreditCard/Assets/*{.png,.xcassets}" }
Mon, 10 Sep 2018 11:40:43 +0000