[Add] LogRocket 1.47.2
[CocoaPods.git] / Specs / c / a / b / MobileForms / 1.0.2 / MobileForms.podspec.json
blob22efbdca676ed6606e9dd3a35ebfbe570aa4330e
2   "name": "MobileForms",
3   "version": "1.0.2",
4   "summary": "A multiplatform dynamic Web forms generator for mobile apps",
5   "description": "MobileForms allows creating forms dynamically by using a form definition in JSON format. All\ngenerated forms has definable fields with all its attributes and validation rules embeded in the\nsame definition file and supports receiving callbacks in native code for different event types as\nfocus, change or submitting form generating a JSON response with the model defined in the form.",
6   "homepage": "http://www.okode.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Okode": "info@okode.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/okode/mobileforms.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "ios/MobileForms/*.swift",
22   "resource_bundles": {
23     "MobileForms": [
24       "assets/mobileforms"
25     ]
26   },
27   "requires_arc": true,
28   "frameworks": "WebKit"