[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / f / a / Neeman / 1.1.1 / Neeman.podspec.json
blobca1104ea17d91d04a6fe682d8ccd9cc7b9c106d7
2   "name": "Neeman",
3   "version": "1.1.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": "http://intellum.com",
7   "license": "MIT",
8   "authors": {
9     "Stephen Williams": "swilliams@intellum.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/intellum/neeman.git",
16     "tag": "1.1.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     "Resources/*.lproj"
25   ],
26   "frameworks": [
27     "WebKit",
28     "SafariServices"
29   ],
30   "requires_arc": true