[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / c / 3 / SwiftyForms / 0.3.3 / SwiftyForms.podspec.json
blob4581c3a52a215833a787a2a2b4cb244b2000b752
2   "name": "SwiftyForms",
3   "version": "0.3.3",
4   "summary": "Swifty way to create forms in iOS",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/gkaimakas/SwiftyForms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gkaimakas": "gkaimakas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gkaimakas/SwiftyForms.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftyForms/Classes/**/*",
22   "dependencies": {
23     "SwiftValidators": [
24       "~>3.0.0"
25     ]
26   }