[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 9 / e / c / LigerMobile / 0.2.0 / LigerMobile.podspec.json
blobf58db5f2c937360653e81bc0ce5ae2030e0fc0d6
2   "name": "LigerMobile",
3   "version": "0.2.0",
4   "summary": "A framework to help building HTML5 apps using native navigation.",
5   "description": "  \t\t   # Welcome to Liger!\n\n\t\t   Liger is thin layer added to iOS or Android to enabled developing using both native code and in web views. In it's most basic form it's a series of pages displayed in an app. Each individual page can be implemented either using native code or inside of a web view using javascript, html, and css. Any page can open up any other page, making it possible to mix and match.\n\n\t\t   Some will use Liger to write a prototype app in HTML and implement a native version later. Some will write a fully quality app in web views alone. Yet other's will mix and match. Some might even be inclined to write a fully native app in Liger from the start! No matter which way you being and end your app journey in Liger we hope you enjoy it and that we've added value.\n",
6   "homepage": "http://reachlocal.github.io/liger/",
7   "license": "MIT",
8   "authors": {
9     "John Gustafsson": "john.gustafsson.liger@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.1"
13   },
14   "source": {
15     "git": "https://github.com/reachlocal/liger-ios.git",
16     "tag": "v0.2.0"
17   },
18   "source_files": "LigerMobile/**/*.{h,m}",
19   "resources": [
20     "LigerMobile/**/*.{xib}",
21     "LigerMobile/**/*.png"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Cordova": [
26       "3.6.0"
27     ],
28     "UIColor-HTMLColors": [
29       "1.0.0"
30     ]
31   }