[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / f / a / Neeman / 1.1.5 / Neeman.podspec.json
blobbb8075e30902af8ed2ec6ee78bac1c5ccbe92043
2   "name": "Neeman",
3   "version": "1.1.5",
4   "summary": "A framework for easily creating a hybrid app from a mobile friendly web app.",
5   "swift_version": "4.2",
6   "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.",
7   "homepage": "http://intellum.com",
8   "license": "MIT",
9   "authors": {
10     "Stephen Williams": "swilliams@intellum.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/intellum/neeman.git",
17     "tag": "1.1.5"
18   },
19   "source_files": "Source/**/*.*",
20   "exclude_files": "Classes/Exclude",
21   "resources": [
22     "Resources/js/*.*",
23     "Resources/Neeman.storyboard",
24     "Resources/Assets.xcassets",
25     "Resources/*.lproj"
26   ],
27   "frameworks": [
28     "WebKit",
29     "SafariServices"
30   ],
31   "requires_arc": true