[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / b / 5 / a / AZPinController / 0.2.5 / AZPinController.podspec.json
blob1f073771180d04b0311b72fc53e7c7209a341f15
2   "name": "AZPinController",
3   "version": "0.2.5",
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.5"
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": [
26       "4.2.0"
27     ]
28   }