[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / f / PinCodeTextField / 0.1.0 / PinCodeTextField.podspec.json
blob641a8ab8dbd08c788cc93872ff03d8d25750710a
2   "name": "PinCodeTextField",
3   "version": "0.1.0",
4   "summary": "Simple pin code text input based on UIKeyInput",
5   "description": "Simple pin code text input with underlines for each character placeholder",
6   "homepage": "https://github.com/tkach/PinCodeTextField",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alex Tkachenko": "tkach2004@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/tkach/PinCodeTextField.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "Pod/*.{swift}",
22     "Pod/**/*.{swift}"
23   ],
24   "pushed_with_swift_version": "4.0"