[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 8 / d / CordovaPlugin-FileManager / 3.0.0 / CordovaPlugin-FileManager.podspec.json
blobc95cdaec5d123c66e17175116d1476f3ede77656
2   "name": "CordovaPlugin-FileManager",
3   "version": "3.0.0",
4   "summary": "Apache Cordova File Plugin",
5   "description": "                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/apache/cordova-plugin-file",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liubiqu": "liubiqu@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/apache/cordova-plugin-file.git",
19     "tag": "r3.0.0"
20   },
21   "source_files": "src/ios/*.{h,m}",
22   "preserve_paths": [
23     "*.md",
24     "www/*.js",
25     "www/ios/*.js"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Cordova": [
30       ">= 3.7.0"
31     ]
32   }