[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 5 / a / AZPinController / 0.2.4 / AZPinController.podspec.json
blob8bdbab6123a9258559e67478d9882499c8478c08
2   "name": "AZPinController",
3   "version": "0.2.4",
4   "summary": "Simple UIViewController for pin code entering",
5   "description": "AZPinController can be used for cases when you need to enter a pin code of various lengths",
6   "homepage": "https://github.com/kalmurzayev/AZPinController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kalmurzayev": "kalmurzayev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kalmurzayev/AZPinController.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AZPinController/Classes/**/*",
22   "swift_version": "4.2",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SnapKit": [
27     ]
28   }