2 "name": "PAYFormBuilder",
4 "summary": "Library to create iOS 7/8 forms with a block based syntax",
5 "description": "With the PAYFormBuilder you could easily create forms with iOS 7 style.\n\n* **Easy syntax** - with the block syntax your code is well structured and easy to understand\n* **Predefined Styles** - get a seamless iOS 7/8 feeling without writing one line of styling code\n* **Validation** - use validation handling and error message management out of the box\n* **Customizable** - change everything the `PAYFormBuilder` configured for you - just register some blocks and wait for a call \n* **Themable** - You decide, how your form should look like\n* **Auto layout compatible** - For full flexibility all elements are positioned with auto layout\n* **Example app** - get an overview over all posibilities of the lib and see how to get the best out of it",
6 "homepage": "https://github.com/paij/PAYFormBuilder",
8 "https://raw.githubusercontent.com/paij/PAYFormBuilder/master/Images/registrationForm3.png",
9 "https://raw.githubusercontent.com/paij/PAYFormBuilder/master/Images/controls.png",
10 "https://raw.githubusercontent.com/paij/PAYFormBuilder/master/Images/controls2.png"
14 "Simon Seyer": "seyer@paij.com"
20 "git": "https://github.com/paij/PAYFormBuilder.git",
23 "source_files": "PAYFormBuilder/**/*.{h,m}",
24 "private_header_files": [
25 "PAYFormBuilder/**/*_protected.h",
26 "PAYFormBuilder/privateProtocols/*.h",
27 "PAYFormBuilder/**/*Protected.h"