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