[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / a / MPNumericTextField / 1.3.0 / MPNumericTextField.podspec.json
blob46378e096752caf74bb61ac47596479fc59a6025
2   "name": "MPNumericTextField",
3   "version": "1.3.0",
4   "summary": "A class that extends UITextField to input numbers, percentages and currencies.",
5   "description": "MPNumericTextField extends the UITextField class to more easily input numbers, percentages and currencies.\nIt uses the current locale or a custom defined one if needed, and makes it easy\nto write and read the numeric value of the text field.",
6   "homepage": "https://github.com/marzapower/MPNumericTextField",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Daniele Di Bernardo": "daniele.dib@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/marzapower",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/marzapower/MPNumericTextField.git",
19     "tag": "1.3.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "public_header_files": "Classes/**/*.h",
27   "requires_arc": true