blob: 2644edb062f4a07aaad77eb277e21081762bc44e [file] [log] [blame]
{
"name": "MoreCharacterSets",
"version": "1.0.3",
"summary": "A CharacterSet extension that provides character sets for Unicode General Categories.",
"description": "This library adds additional character sets that correspond to Unicode General Categories (<http://www.unicode.org/versions/Unicode9.0.0/ch04.pdf#G134153>).",
"homepage": "https://github.com/SwiftBlues/MoreCharacterSets",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Alexander Tovstonozhenko": "a.tovstonozhenko@mozidev.com"
},
"source": {
"git": "https://github.com/SwiftBlues/MoreCharacterSets.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*",
"resource_bundles": {
"MoreCharacterSets": "Resources/**/*"
}
}