[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / 3 / MQTextField / 1.0.0 / MQTextField.podspec.json
blobd646d09a3d32d7442dca52d19a54a29d6bd0ea9f
2   "name": "MQTextField",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A UITextField replacement with validation, tint color and more!",
6   "authors": {
7     "Paris Xavier Pinkney": "ppinkney@marqeta.com",
8     "Zack Thar": "zthar@marqeta.com"
9   },
10   "homepage": "https://github.com/marqeta/mqtextfield",
11   "social_media_url": "https://twitter.com/marqeta",
12   "description": "MQTextField is a replacement control for UITextField that provides several useful features...",
13   "source": {
14     "git": "https://github.com/marqeta/mqtextfield.git",
15     "tag": "1.0.0"
16   },
17   "resource_bundles": {
18     "MQTextField": "Assets/*.{png,jpg,jpeg,gif}"
19   },
20   "public_header_files": "Code/*.h",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "header_mappings_dir": "Code",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Code/*.{h,m}"
30     }
31   ]