blob: d934fc9ca41ed8919bdd72d6f337306683866fce [file] [log] [blame]
{
"name": "UITextSubClass",
"version": "1.0.0",
"summary": "UITextField/UITextView SubClass library.",
"homepage": "https://github.com/azu/UITextSubClass",
"screenshots": "http://f.cl.ly/items/2O0W2X3e1j3z1a2h3Y0J/UITextWithDatepicker.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/azu/UITextSubClass.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_versions": "5.2",
"subspecs": [
{
"name": "Core",
"resource_bundles": {
"UITextSubClassLocalize": [
"UITextSubClass/*.lproj"
]
},
"source_files": "UITextSubClass/UITextSubClassHelper.swift"
},
{
"name": "UITextFieldWithDatePicker",
"source_files": "UITextSubClass/UITextFieldWithDatePicker/*.swift",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithPicker",
"source_files": "UITextSubClass/UITextFieldWithPicker/*.swift",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithDecimalPad",
"source_files": "UITextSubClass/UITextFieldWithDecimalPad/*.swift",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithNumberPad",
"source_files": "UITextSubClass/UITextFieldWithNumberPad/*.swift",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextViewWithPlaceholder",
"source_files": "UITextSubClass/UITextViewWithPlaceholder/*.swift",
"dependencies": {
"UITextSubClass/Core": [
]
}
}
],
"swift_version": "5.2"
}