[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / NumericPicker / 0.3.0 / NumericPicker.podspec.json
blobab41a5f58d76e17e1774b3547280f45b8aa0ddd5
2   "name": "NumericPicker",
3   "version": "0.3.0",
4   "summary": "iOS picker for easily selecting numbers by digit. (Swift 3)",
5   "description": "NumericPicker is a drop-in iOS picker control written in Swift 3. 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.",
6   "homepage": "https://github.com/MattLewin/NumericPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Matt Lewin": "matt@mogroups.com"
13   },
14   "source": {
15     "git": "https://github.com/MattLewin/NumericPicker.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/mlewin72",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "NumericPicker/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3"
25   },
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "3.0"