blob: 7cb1c44300a670eb0947c19ffe33bf9f9e008684 [file] [log] [blame]
{
"name": "ListItemFormatter",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"summary": "Localised list formatting in Swift and Objective-C",
"description": "ListItemFormatter is an NSFormatter subclass that supports formatting list items to the Unicode CLDR specification.",
"homepage": "https://github.com/liamnichols/ListItemFormatter",
"authors": {
"liamnichols": "liam.nichols.ln@gmail.com"
},
"social_media_url": "https://twitter.com/liamnichols_",
"source": {
"git": "https://github.com/liamnichols/ListItemFormatter.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"swift_version": "4.2",
"source_files": "Source/**/*.{h,swift}",
"resources": "Source/*.xcassets"
}