[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / d / BSNumPad / 1.0.0 / BSNumPad.podspec.json
blobd1fcb9e19d9742911ca6da1046a248080c644174
2   "name": "BSNumPad",
3   "version": "1.0.0",
4   "summary": "Numeric keyboard in UIPopoverController for UITextFields.",
5   "description": "Numeric keyboard in UIPopoverController for textFields inspired by ZenKeyboard (https://github.com/nickevin/ZenKeyboard).",
6   "homepage": "https://github.com/Bogdan-Stasjuk/BSNumPad",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Bogdan-Stasjuk/BSNumPad.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/Bogdan_Stasjuk",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "BSNumPad/*.{h,m}",
24   "public_header_files": "BSNumPad/*.h",
25   "ios": {
26     "resource_bundles": {
27       "Images": "BSNumPad/Images/*.png"
28     }
29   }