[Add] PooTools 1.9.56
[CocoaPods.git] / Specs / 3 / 0 / 9 / MSTextField / 1.0.0 / MSTextField.podspec.json
blobc2586969dcd3fa50fcca2fc8a5254b73d6f7ff14
2   "name": "MSTextField",
3   "version": "1.0.0",
4   "summary": "A UITextField subclass that takes custom formatting and verification blocks.",
5   "homepage": "https://github.com/MDSilber/MSTextField",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mason Silber": "mdsilber1@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/MDSilber/MSTextField.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "public_header_files": "Classes/**/*.h",
25   "resources": "Resources/*.png",
26   "requires_arc": true