blob: 152f91f8c910ea51c1ef3978542c6d733eb3172e [file] [log] [blame]
{
"name": "UITextSubClass",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"swift_versions": "5.0",
"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.0"
}