[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / c / SwiftForms / 1.6.1 / SwiftForms.podspec.json
blob206ea826b45ffb64602f9f4cf284f4bd59fcb4ab
2   "name": "SwiftForms",
3   "version": "1.6.1",
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.6.1"
17   },
18   "source_files": [
19     "SwiftForms/*.swift",
20     "SwiftForms/descriptors/*.swift",
21     "SwiftForms/cells/base/*.swift",
22     "SwiftForms/cells/*.swift",
23     "SwiftForms/controllers/*.swift"
24   ]