[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 1 / cordova-plugin-nativeview / 1.0.7 / cordova-plugin-nativeview.podspec.json
bloba5fdb30459835f056324a610552bbd0dbbc9d8c3
2   "name": "cordova-plugin-nativeview",
3   "version": "1.0.7",
4   "summary": "Start or Back to a native screen/page from app or other app",
5   "description": "Start or Back to a UIViewController(ios)/Activity(Android) \nrelative to you cordova app or open other screen/page from other app. You can\nstart another app too (by package, uri scheme...)",
6   "homepage": "https://github.com/mfdeveloper/cordova-plugin-nativeview",
7   "license": "MIT",
8   "authors": {
9     "Michel Felipe": "mfelipeof@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/mfdeveloper/cordova-plugin-nativeview.git",
16     "tag": "1.0.7"
17   },
18   "source_files": "src/ios/*.{h,m}",
19   "dependencies": {
20     "Cordova": [
21       ">= 4.3.0"
22     ]
23   }