[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 7 / d / PAYFormBuilder / 3.0.0 / PAYFormBuilder.podspec.json
blob306d9fcf7456c108650538c1c8790dec99d89e69
2   "name": "PAYFormBuilder",
3   "version": "3.0.0",
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",
7   "screenshots": [
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"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Simon Seyer": "seyer@paij.com"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/paij/PAYFormBuilder.git",
21     "tag": "3.0.0"
22   },
23   "source_files": "PAYFormBuilder/**/*.{h,m}",
24   "private_header_files": [
25     "PAYFormBuilder/**/*_protected.h",
26     "PAYFormBuilder/privateProtocols/*.h",
27     "PAYFormBuilder/**/*Protected.h"
28   ],
29   "requires_arc": true,
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "dependencies": {
34     "libextobjc": [
35       "~> 0.4"
36     ],
37     "SZTextView": [
38       "~> 1.1"
39     ]
40   }