[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / MobileForms / 0.0.1 / MobileForms.podspec.json
blobe62f19adb6a38e94ed94302402ee0c27d4ee1ab6
2   "name": "MobileForms",
3   "version": "0.0.1",
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": "0.0.1"
20   },
21   "source_files": "ios/MobileForms/*.swift",
22   "resource_bundles": {
23     "MobileForms": [
24       "assets/mobileforms"
25     ]
26   },
27   "requires_arc": true