blob: 15b0a25a0d161abf0db8a1f1289b82cdf79cb4ed [file] [log] [blame]
{
"name": "UITextSubClass",
"version": "0.4.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": "10.3"
},
"source": {
"git": "https://github.com/azu/UITextSubClass.git",
"tag": "0.4.0"
},
"requires_arc": true,
"swift_version": "3.3",
"subspecs": [
{
"name": "Core",
"resource_bundles": {
"UITextSubClassLocalize": [
"UITextSubClass/*.lproj"
]
},
"source_files": "UITextSubClass/UITextSubClassHelper.{h,m}"
},
{
"name": "UITextFieldWithPickerBase",
"source_files": "UITextSubClass/UITextFieldWithPickerBase/*.{h,m}",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithDatePicker",
"source_files": "UITextSubClass/UITextFieldWithDatePicker/*.{h,m}",
"dependencies": {
"UITextSubClass/UITextFieldWithPickerBase": [
]
}
},
{
"name": "UITextFieldWithPicker",
"source_files": "UITextSubClass/UITextFieldWithPicker/*.{h,m}",
"dependencies": {
"UITextSubClass/UITextFieldWithPickerBase": [
]
}
},
{
"name": "UITextFieldWithDecimalPad",
"source_files": "UITextSubClass/UITextFieldWithDecimalPad/*.{h,m}",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithNumberPad",
"source_files": "UITextSubClass/UITextFieldWithNumberPad/*.{swift}",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextFieldWithToolbar",
"source_files": "UITextSubClass/UITextFieldWithToolbar/*.{h,m}",
"dependencies": {
"UITextSubClass/Core": [
]
}
},
{
"name": "UITextViewWithToolbar",
"source_files": "UITextSubClass/UITextViewWithToolbar/*.{h,m}",
"dependencies": {
"UITextSubClass/UITextViewWithPlaceholder": [
]
},
"frameworks": "QuartzCore"
},
{
"name": "UITextViewWithPlaceholder",
"source_files": "UITextSubClass/UITextViewWithPlaceholder/*.{h,m}",
"dependencies": {
"UITextSubClass/Core": [
]
},
"frameworks": "QuartzCore"
}
]
}