[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / f / 3 / KFXSesameView / 0.6.0 / KFXSesameView.podspec.json
blobe6084c60abbd5033d37664cf37e100216be6a15d
2   "name": "KFXSesameView",
3   "version": "0.6.0",
4   "summary": "KFXSesameView - hidden keypad for unlocking hidden doors.",
5   "description": "Open Sesame!\n\nThe basic idea is to have a hidden keypad in your app that can be used to unlock a secret part area for example a debug mode or an easter egg. Provides a single class: KFXSesameView which contains a UICollectionView. The collection view is used to layout a grid of cells and each cell can be added to a sequence of taps. Tap all in the seqence within a time limit and get a delegate callback. Then you can present a new view controller or do whatever you want.",
6   "homepage": "https://github.com/ChristianFox/KFXSesameView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Fox": "christianfox890@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/ChristianFox/KFXSesameView.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KFXSesameView/Classes/**/*"