[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 7 / d / PAYFormBuilder / 1.2.0 / PAYFormBuilder.podspec.json
blob3a69278cd8c0cc40f971b26b51328a3eacfaae0e
2   "name": "PAYFormBuilder",
3   "version": "1.2.0",
4   "summary": "Library to create iOS 7 forms with block based syntax",
5   "description": "                   With the PAYFormBuilder you could easily create forms with iOS 7 style. Some of the features are:\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 feeling without writing one line of styling code\n                   * **Validation** - use validation handling and error message management out of the box\n                   * **Customizable** - change many defaults with UIAppearance or configure each element individually \n                   * **Example app** - get an overview over all posibilities of the lib and see how to get the best out of it\n",
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": "1.2.0"
22   },
23   "source_files": "PAYFormBuilder/**/*.{h,m}",
24   "private_header_files": [
25     "PAYFormBuilder/**/*_protected.h",
26     "PAYFormBuilder/privateProtocols/*",
27     "PAYFormBuilder/**/*Protected.h"
28   ],
29   "requires_arc": true,
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "dependencies": {
34     "BlocksKit": [
35       "~> 2"
36     ],
37     "libextobjc": [
38       "~> 0.4"
39     ],
40     "SZTextView": [
41       "~> 1.1"
42     ]
43   }