blob: c5f13fa87ae09ee56c341a3104451784954d0ade [file] [log] [blame]
{
"name": "PriceView",
"version": "0.2.0",
"summary": "UIPriceView to display price with style.",
"description": "The missing UI component from UIKit, allows you to display a price or an amount in the currency format given the locale. Customizable or default text style.",
"homepage": "https://github.com/thomas-sivilay/priceview-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Sivilay": "thomas.sivilay@gmail.com"
},
"social_media_url": "https://twitter.com/thomassivilay",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/thomas-sivilay/priceview-ios.git",
"tag": "0.2.0"
},
"source_files": "Source/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}