blob: 4c6079b57a192f84c96836ae4bdf99ba913bc970 [file] [log] [blame]
{
"name": "LoginTextField",
"version": "1.1.0",
"summary": "A tiny UITextField subclass to use in login / registration forms.",
"description": "LogintextField is a tiny subclas of UITextField. It's designed to fulfill almost any needs of a small forms like login or registration.",
"homepage": "https://github.com/anelad/LoginTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arda Oğul Üçpınar": "info@ardaucpinar.com"
},
"source": {
"git": "https://github.com/anelad/LoginTextField.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/ArdaUcpinar",
"platforms": {
"ios": "10.0"
},
"source_files": "LoginTextField/Classes/**/*",
"resources": [
"LoginTextField/Assets/**/*.xcassets"
],
"pushed_with_swift_version": "4.0",
"testspecs": [
{
"name": "Test",
"test_type": "unit",
"source_files": [
"LoginTextField/Tests/**/*",
"LoginTextField/Classes/**/*"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}
]
}