blob: 124199dfb57b0a2be31f46f1127cc88eb9bbfcd3 [file] [log] [blame]
{
"name": "Paint",
"version": "1.0.0",
"summary": "An iOS framework to help colorize your strings",
"swift_version": "5.0",
"description": "An iOS framework to help colorize your strings",
"homepage": "https://github.com/Astranno/Paint",
"license": "MIT",
"authors": {
"Astranno": "apps@astranno.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Astranno/Paint.git",
"tag": "1.0.0"
},
"source_files": [
"Paint",
"Paint/**/*.{h,m,swift}"
]
}