blob: ad656a2e311a84c15c0966bb3116bf5a7e4a6f3f [file] [log] [blame]
{
"name": "PriceView",
"version": "0.0.1",
"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.0.1"
},
"source_files": "Source/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"FBSnapshotTestCase": [
"~> 2.1.4"
]
},
"pushed_with_swift_version": "4.0"
}