1234567891011121314151617181920212223242526 |
- {
- "name": "video_player",
- "version": "0.0.1",
- "summary": "A new flutter plugin project.",
- "description": "A new flutter plugin project.",
- "homepage": "http://example.com",
- "license": {
- "file": "../LICENSE"
- },
- "authors": {
- "Your Company": "email@example.com"
- },
- "source": {
- "path": "."
- },
- "source_files": "Classes/**/*",
- "public_header_files": "Classes/**/*.h",
- "dependencies": {
- "Flutter": [
-
- ]
- },
- "platforms": {
- "ios": "8.0"
- }
- }
|