[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 5 / 0 / KSOForm / 0.36.0 / KSOForm.podspec.json
blob411f8325398010ac9c1b0de5619246c6020e4dee
2   "name": "KSOForm",
3   "version": "0.36.0",
4   "summary": "KSOForm is a iOS framework for creating Settings app like views.",
5   "description": "KSOForm is a iOS framework for creating Settings app like views. It manages displaying the form and automatically updating the display in response to changes to the model classes.",
6   "homepage": "https://github.com/Kosoku/KSOForm",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-1.png",
9     "https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-2.png",
10     "https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-3.png"
11   ],
12   "license": {
13     "type": "Apache 2.0",
14     "file": "license.txt"
15   },
16   "authors": {
17     "William Towe": "willbur1984@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/Kosoku/KSOForm.git",
21     "tag": "0.36.0"
22   },
23   "platforms": {
24     "ios": "10.0",
25     "tvos": "10.0"
26   },
27   "requires_arc": true,
28   "source_files": "KSOForm/**/*.{h,m}",
29   "exclude_files": "KSOForm/KSOForm-Info.h",
30   "tvos": {
31     "exclude_files": [
32       "KSOForm/Private/KSOFormTextMultilineTableViewCell.{h,m}",
33       "KSOForm/Private/KSOFormSwitchTableViewCell.{h,m}",
34       "KSOForm/Private/KSOFormPickerViewTableViewCell.{h,m}",
35       "KSOForm/Private/KSOFormDatePickerTableViewCell.{h,m}",
36       "KSOForm/Private/KSOFormStepperTableViewCell.{h,m}",
37       "KSOForm/Private/KSOFormSliderTableViewCell.{h,m}",
38       "KSOForm/Private/KSOFormOptionsInlineTableViewCell.{h,m}"
39     ]
40   },
41   "private_header_files": "KSOForm/Private/*.h",
42   "resource_bundles": {
43     "KSOForm": [
44       "KSOForm/**/*.{lproj}"
45     ]
46   },
47   "dependencies": {
48     "Ditko": [
50     ],
51     "Agamotto": [
53     ],
54     "Quicksilver": [
56     ],
57     "KSOTextValidation": [
59     ]
60   }