blob: bdbe8f1a53d454823dc5217674872f3b6054f920 [file] [log] [blame]
{
"name": "SimpleStringFormat",
"version": "0.0.1",
"summary": "Simple Swift string format with specific patterns",
"description": "Simple Swift string format with specific patterns, to make easy UILabel/UITextField text customization.",
"homepage": "https://github.com/jefnazario/StringFormatSwift",
"license": {
"type": "GPL-3.0",
"file": "https://github.com/jefnazario/StringFormatSwift/blob/master/LICENSE"
},
"authors": {
"Jeferson F. Nazario": "jefnazario@gmail.com"
},
"social_media_url": "https://twitter.com/jefnazario",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jefnazario/StringFormatSwift.git",
"tag": "0.0.1"
},
"swift_versions": "4.2",
"source_files": "String.Format/String.Format/**/*.{h,m,swift,framework}",
"exclude_files": "String.Format/StringFormatSwift/**/*.*",
"swift_version": "4.2"
}