[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 8 / b / c / SwiftForms / 1.0 / SwiftForms.podspec.json
blob8ee0acd14b18ef101e011aeef3d8d93684ac8c05
2   "name": "SwiftForms",
3   "version": "1.0",
4   "summary": "A small and lightweight library written in Swift that allows you to easily create forms",
5   "homepage": "https://github.com/ortuman/SwiftForms",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Miguel Ángel Ortuño",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ortuman/SwiftForms.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "SwiftForms/descriptors/*.swift",
20     "SwiftForms/cells/base/*.swift",
21     "SwiftForms/cells/*.swift",
22     "SwiftForms/controllers/*.swift"
23   ]