[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / 0 / KSOForm / 0.7.5 / KSOForm.podspec.json
blobfad4deeb36e47de314372dd7f521eb9884cbf77e
2   "name": "KSOForm",
3   "version": "0.7.5",
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": "BSD",
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.7.5"
22   },
23   "platforms": {
24     "ios": "10.0"
25   },
26   "requires_arc": true,
27   "source_files": "KSOForm/**/*.{h,m}",
28   "exclude_files": "KSOForm/KSOForm-Info.h",
29   "private_header_files": "KSOForm/Private/*.h",
30   "dependencies": {
31     "Ditko": [
33     ],
34     "Agamotto": [
36     ],
37     "Quicksilver": [
39     ],
40     "KSOTextValidation": [
42     ]
43   }