[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 5 / 1 / NumericPicker / 1.1.1 / NumericPicker.podspec.json
blob3a7e23e74ee8bb99bff73f369fc4a8863b6e330e
2   "name": "NumericPicker",
3   "version": "1.1.1",
4   "summary": "iOS picker for easily selecting numbers by digit.",
5   "swift_version": "4.2",
6   "description": "NumericPicker is a drop-in iOS picker control written in Swift. It makes simplifies the creation of pickers that allow\nyour users to specify numbers by digit. It automatically uses the proper grouping and decimal separator for the\ncurrent (or specified) locale. You can easily dictate the number of integer and decimal places in the controller.",
7   "homepage": "https://github.com/MattLewin/NumericPicker",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Matt Lewin": "matt@mogroups.com"
14   },
15   "source": {
16     "git": "https://github.com/MattLewin/NumericPicker.git",
17     "tag": "1.1.1"
18   },
19   "social_media_url": "https://twitter.com/mlewin72",
20   "platforms": {
21     "ios": "10.3"
22   },
23   "source_files": "Sources",
24   "frameworks": "UIKit"