| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "RayProxy",
- "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/**/*",
- "platforms": {
- "ios": "11.0"
- },
- "vendored_libraries": [
- "*.a"
- ],
- "xcconfig": {
- "HEADER_SEARCH_PATHS": [
- "/Users/xdh/Desktop/创维盒子/创维盒子/RayProxy/include/"
- ]
- },
- "libraries": [
- "c++",
- "z"
- ],
- "pod_target_xcconfig": {
- "DEFINES_MODULE": "YES",
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
- },
- "swift_versions": "5.0",
- "static_framework": true,
- "swift_version": "5.0"
- }
|