[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / f / a / Neeman / 0.2.1 / Neeman.podspec.json
bloba0898616e486ee82310039d9eb12f9aa308d9222
2   "name": "Neeman",
3   "version": "0.2.1",
4   "summary": "A framework for easily creating a hybrid app from a mobile friendly web app.",
5   "description": "The idea behind Neeman is to help you easily create a usable Hibrid app from an existing web app. \nIt does this without getting in your way of adding additional native functionality. Try it out with your web app embeded in a native navigation stack. \nYou can then see if you need to reimplement certain features natively. The best way to save development time and still maintain a beautify user experience \nis to keep your content rendered with HTML and implement your navigation natively.\n\n## Getting Started\n1. Create an Xcode project with the template best suiting your app.\n2. Make one of your view controllers a WebViewController.\n3. Set the **User Defined Runtime Attribute** `rootURLString` to the URL you which to display.",
6   "homepage": "https://intellum.com",
7   "license": "MIT",
8   "authors": {
9     "Stephen Williams": "swilliams@intellum.com"
10   },
11   "platforms": {
12     "ios": "8.1"
13   },
14   "source": {
15     "git": "https://github.com/intellum/neeman.git",
16     "tag": "0.2.1"
17   },
18   "source_files": "Source/**/*.*",
19   "exclude_files": "Classes/Exclude",
20   "resources": [
21     "Resources/js/*.*",
22     "Resources/Neeman.storyboard",
23     "Resources/Assets.xcassets"
24   ],
25   "frameworks": [
26     "WebKit",
27     "SafariServices"
28   ],
29   "requires_arc": true