blob: d646d09a3d32d7442dca52d19a54a29d6bd0ea9f [file] [log] [blame]
{
"name": "MQTextField",
"version": "1.0.0",
"license": "MIT",
"summary": "A UITextField replacement with validation, tint color and more!",
"authors": {
"Paris Xavier Pinkney": "ppinkney@marqeta.com",
"Zack Thar": "zthar@marqeta.com"
},
"homepage": "https://github.com/marqeta/mqtextfield",
"social_media_url": "https://twitter.com/marqeta",
"description": "MQTextField is a replacement control for UITextField that provides several useful features...",
"source": {
"git": "https://github.com/marqeta/mqtextfield.git",
"tag": "1.0.0"
},
"resource_bundles": {
"MQTextField": "Assets/*.{png,jpg,jpeg,gif}"
},
"public_header_files": "Code/*.h",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_mappings_dir": "Code",
"subspecs": [
{
"name": "Core",
"source_files": "Code/*.{h,m}"
}
]
}