blob: de4b6f2b8c88e2e02f6766a451de5d685a6f4dad [file] [log] [blame]
{
"name": "ListItemFormatter",
"version": "0.1.0",
"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",
"documentation_url": "https://liamnichols.github.io/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.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.{h,swift}",
"resources": "Source/*.xcassets",
"swift_version": "5.0"
}