[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / d / ABPasscode / 0.1 / ABPasscode.podspec.json
blob6a9e56f5d423800c9b1c41ea239ee711e0c3bdb2
2   "name": "ABPasscode",
3   "version": "0.1",
4   "summary": "This is pass code view controller which can be used for getting secure entry from users.",
5   "description": "A utility control with built in functionality of pass code view that takes inputs in the form secure entry from user. To get the call back methods, you must implement it’s delegate methods to get the code, when user finish entering the passcode.",
6   "homepage": "https://github.com/asifbilal786/ABPasscodeViewController",
7   "frameworks": "UIKit",
8   "requires_arc": true,
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Asif Bilal": "asifbilal786@gmail.com"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/asifbilal786/ABPasscodeViewController.git",
21     "tag": "0.1"
22   },
23   "social_media_url": "https://twitter.com/asifbilal786",
24   "default_subspecs": "Source",
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Source",
29       "source_files": [
30         "Pod",
31         "ABPasscode/Source/*.swift"
32       ]
33     }
34   ]