blob: 10c85e8c852da718075d1a17463557d8d4390809 [file] [log] [blame]
{
"name": "EasyText",
"version": "1.0.0",
"summary": "Easy way to use attributedString on Swift 5",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Nemocdz/EasyText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nemocdz": "nemocdz@gmail.com"
},
"source": {
"git": "https://github.com/Nemocdz/EasyText.git",
"tag": "1.0.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": [
"EasyText/*.swift",
"EasyText/EasyText.h"
],
"public_header_files": "EasyText/EasyText.h",
"swift_version": "5.1"
}