blob: 938164a0c9f7bf2e4c444c0a1e0bfd8810446021 [file] [log] [blame]
{
"name": "StringEx",
"version": "1.0.0",
"summary": "StringEx makes it easy to create NSAttributedString and manipulate String.",
"homepage": "https://github.com/andruvs/StringEx",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"andruvs": "andruvs@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/andruvs/StringEx.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"swift_version": "5.2"
}