[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 0 / d / 6 / iOSKickStart / 0.2.0 / iOSKickStart.podspec.json
blobb2473843ff21bce7832219f784f2ca63ff9a776e
2   "name": "iOSKickStart",
3   "version": "0.2.0",
4   "summary": "Set of extended standard features to kickstart any iOS project.",
5   "description": "A beautiful project template to kick start any iOS project. The target is to avoid recoding for features like UIView rounded rect designables or a simple scrolling form. Please contribute to this project to fill up with a standard set of features frequently needed.\n\nCurrent Features:\n1. Crossdissolve and reverse push pop navigation.\n2. UIColor init with hex value.\n3. UIView corner-radius and colored-border IBInspectables.\n4. Text localization with key string from interface builder.\n5. Define once use everywhere global constants.\n6. Navigationbar set solid color and line shadow visibility on/off.\n7. Scrollview actAsInputForm..\n8. Dismiss keyboard on tap with enabling UIView extension var endEditingOnTap.\n9. Default keyboard config enum in interfacebuilder to choose easily and avoid keyboard config mistakes.\n10. UITextField left/right padding.\n11. UIButton adoptive font size.\n12. Code input TextField.\n13. UILabel bounds.height to font size ratio.\n14. UIViewController titleImage IBDesignable.\n\nLimitations:\n1. You have to extend or use sub classes declared here against Apple's base classes.\n\nThis is just a basic work. Please contribute, expand and Enjoy...",
6   "homepage": "https://github.com/tmukammel/iOSKickStart",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Twaha Mukammel": "t.mukammel@aol.com"
13   },
14   "source": {
15     "git": "https://github.com/tmukammel/iOSKickStart.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iOSKickStart/Classes/**/*",
22   "pushed_with_swift_version": "3.0"