all-product-headers.yaml 67.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510
{
  'version': 0,
  'case-sensitive': 'false',
  'roots': [
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CNLivePlayer/CNLivePlayer.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "CNLiveHTTPProxyService.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Download/CNLiveHTTPProxyService.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayer-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CNLivePlayer/CNLivePlayer.framework/Headers/CNLivePlayer-Swift.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Player/CNLivePlayer.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerDBModel.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Database/CNLivePlayerDBModel.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerDBTool.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Database/CNLivePlayerDBTool.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerDefines.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Player/CNLivePlayerDefines.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerManager.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Player/CNLivePlayerManager.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CNLivePlayer/CNLivePlayer.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/CNLivePlayer.build/module.modulemap"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CNLivePlayer/CNLivePlayer.framework/PrivateHeaders",
      'contents': [
        {
          'type': 'file',
          'name': "CNLivePlayer-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/CNLivePlayer/CNLivePlayer-umbrella.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerConst.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Player/CNLivePlayerConst.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerDownloader.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Download/CNLivePlayerDownloader.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerNetworkManager.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/DataRequest/CNLivePlayerNetworkManager.h"
        },
        {
          'type': 'file',
          'name': "CNLivePlayerTools.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/Player/CNLivePlayerTools.h"
        },
        {
          'type': 'file',
          'name': "CNLiveURLRequestSerialization.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/CNLivePlayer/Classes/DataRequest/CNLiveURLRequestSerialization.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaAsyncSocket/CocoaAsyncSocket.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "CocoaAsyncSocket-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaAsyncSocket/CocoaAsyncSocket.framework/Headers/CocoaAsyncSocket-Swift.h"
        },
        {
          'type': 'file',
          'name': "CocoaAsyncSocket-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket-umbrella.h"
        },
        {
          'type': 'file',
          'name': "GCDAsyncSocket.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.h"
        },
        {
          'type': 'file',
          'name': "GCDAsyncUdpSocket.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaAsyncSocket/CocoaAsyncSocket.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/CocoaAsyncSocket.build/module.modulemap"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaLumberjack/CocoaLumberjack.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "CLIColor.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/CLI/CLIColor.h"
        },
        {
          'type': 'file',
          'name': "CocoaLumberjack-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-Swift.h"
        },
        {
          'type': 'file',
          'name': "CocoaLumberjack-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h"
        },
        {
          'type': 'file',
          'name': "CocoaLumberjack.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h"
        },
        {
          'type': 'file',
          'name': "DDASLLogCapture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h"
        },
        {
          'type': 'file',
          'name': "DDASLLogger.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDASLLogger.h"
        },
        {
          'type': 'file',
          'name': "DDAbstractDatabaseLogger.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDAbstractDatabaseLogger.h"
        },
        {
          'type': 'file',
          'name': "DDAssertMacros.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDAssertMacros.h"
        },
        {
          'type': 'file',
          'name': "DDContextFilterLogFormatter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.h"
        },
        {
          'type': 'file',
          'name': "DDDispatchQueueLogFormatter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.h"
        },
        {
          'type': 'file',
          'name': "DDFileLogger+Buffering.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.h"
        },
        {
          'type': 'file',
          'name': "DDFileLogger.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDFileLogger.h"
        },
        {
          'type': 'file',
          'name': "DDLegacyMacros.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDLegacyMacros.h"
        },
        {
          'type': 'file',
          'name': "DDLog+LOGV.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDLog+LOGV.h"
        },
        {
          'type': 'file',
          'name': "DDLog.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDLog.h"
        },
        {
          'type': 'file',
          'name': "DDLogMacros.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDLogMacros.h"
        },
        {
          'type': 'file',
          'name': "DDLoggerNames.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDLoggerNames.h"
        },
        {
          'type': 'file',
          'name': "DDMultiFormatter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/Extensions/DDMultiFormatter.h"
        },
        {
          'type': 'file',
          'name': "DDOSLogger.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDOSLogger.h"
        },
        {
          'type': 'file',
          'name': "DDTTYLogger.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDTTYLogger.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaLumberjack/CocoaLumberjack.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/CocoaLumberjack.build/module.modulemap"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/CocoaLumberjack/CocoaLumberjack.framework/PrivateHeaders",
      'contents': [
        {
          'type': 'file',
          'name': "DDFileLogger+Internal.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/CocoaLumberjack/Classes/DDFileLogger+Internal.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/FMDB/FMDB.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "FMDB-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/FMDB/FMDB.framework/Headers/FMDB-Swift.h"
        },
        {
          'type': 'file',
          'name': "FMDB-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/FMDB/FMDB-umbrella.h"
        },
        {
          'type': 'file',
          'name': "FMDB.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMDB.h"
        },
        {
          'type': 'file',
          'name': "FMDatabase.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMDatabase.h"
        },
        {
          'type': 'file',
          'name': "FMDatabaseAdditions.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMDatabaseAdditions.h"
        },
        {
          'type': 'file',
          'name': "FMDatabasePool.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMDatabasePool.h"
        },
        {
          'type': 'file',
          'name': "FMDatabaseQueue.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMDatabaseQueue.h"
        },
        {
          'type': 'file',
          'name': "FMResultSet.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/FMDB/src/fmdb/FMResultSet.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/FMDB/FMDB.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/FMDB.build/module.modulemap"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/GPUImage/GPUImage.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "GLProgram.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GLProgram.h"
        },
        {
          'type': 'file',
          'name': "GPUImage-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/GPUImage/GPUImage.framework/Headers/GPUImage-Swift.h"
        },
        {
          'type': 'file',
          'name': "GPUImage-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/GPUImage/GPUImage-umbrella.h"
        },
        {
          'type': 'file',
          'name': "GPUImage.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImage.h"
        },
        {
          'type': 'file',
          'name': "GPUImage3x3ConvolutionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImage3x3ConvolutionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImage3x3TextureSamplingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImage3x3TextureSamplingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAdaptiveThresholdFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAdaptiveThresholdFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAddBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAddBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAlphaBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAlphaBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAmatorkaFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAmatorkaFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAverageColor.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAverageColor.h"
        },
        {
          'type': 'file',
          'name': "GPUImageAverageLuminanceThresholdFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageAverageLuminanceThresholdFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageBilateralFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageBilateralFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageBoxBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageBoxBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageBrightnessFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageBrightnessFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageBuffer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageBuffer.h"
        },
        {
          'type': 'file',
          'name': "GPUImageBulgeDistortionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageBulgeDistortionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageCGAColorspaceFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageCGAColorspaceFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageCannyEdgeDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageCannyEdgeDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageChromaKeyBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageChromaKeyBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageChromaKeyFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageChromaKeyFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageClosingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageClosingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorBurnBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorBurnBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorDodgeBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorDodgeBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorInvertFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorInvertFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorMatrixFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorMatrixFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageColorPackingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageColorPackingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageContext.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/GPUImageContext.h"
        },
        {
          'type': 'file',
          'name': "GPUImageContrastFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageContrastFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageCropFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageCropFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageCrosshairGenerator.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageCrosshairGenerator.h"
        },
        {
          'type': 'file',
          'name': "GPUImageCrosshatchFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageCrosshatchFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDarkenBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDarkenBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDifferenceBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDifferenceBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDilationFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDilationFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDirectionalNonMaximumSuppressionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDirectionalNonMaximumSuppressionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDirectionalSobelEdgeDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDirectionalSobelEdgeDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDissolveBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDissolveBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageDivideBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageDivideBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageEmbossFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageEmbossFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageErosionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageErosionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageExclusionBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageExclusionBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageExposureFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageExposureFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFASTCornerDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFASTCornerDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFalseColorFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFalseColorFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFilterGroup.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFilterGroup.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFilterPipeline.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFilterPipeline.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFramebuffer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFramebuffer.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFramebufferCache.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageFramebufferCache.h"
        },
        {
          'type': 'file',
          'name': "GPUImageFramework.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/Framework/GPUImageFramework.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGammaFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGammaFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGaussianBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGaussianBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGaussianBlurPositionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGaussianBlurPositionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGaussianSelectiveBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGaussianSelectiveBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGlassSphereFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGlassSphereFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageGrayscaleFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageGrayscaleFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHSBFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHSBFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHalftoneFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHalftoneFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHardLightBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHardLightBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHarrisCornerDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHarrisCornerDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHazeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHazeFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHighPassFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHighPassFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHighlightShadowFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHighlightShadowFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHistogramEqualizationFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHistogramEqualizationFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHistogramFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHistogramFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHistogramGenerator.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHistogramGenerator.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHoughTransformLineDetector.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHoughTransformLineDetector.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHueBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHueBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageHueFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageHueFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageJFAVoronoiFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageJFAVoronoiFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageKuwaharaFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageKuwaharaFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageKuwaharaRadius3Filter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageKuwaharaRadius3Filter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLanczosResamplingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLanczosResamplingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLaplacianFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLaplacianFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLevelsFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLevelsFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLightenBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLightenBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLineGenerator.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLineGenerator.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLinearBurnBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLinearBurnBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLocalBinaryPatternFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLocalBinaryPatternFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLookupFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLookupFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLowPassFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLowPassFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLuminanceRangeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLuminanceRangeFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLuminanceThresholdFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLuminanceThresholdFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLuminosity.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLuminosity.h"
        },
        {
          'type': 'file',
          'name': "GPUImageLuminosityBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageLuminosityBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMaskFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMaskFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMedianFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMedianFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMissEtikateFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMissEtikateFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMonochromeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMonochromeFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMosaicFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMosaicFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMotionBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMotionBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMotionDetector.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMotionDetector.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMovie.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMovie.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMovieComposition.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMovieComposition.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMovieWriter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/GPUImageMovieWriter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageMultiplyBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageMultiplyBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageNobleCornerDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageNobleCornerDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageNonMaximumSuppressionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageNonMaximumSuppressionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageNormalBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageNormalBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageOpacityFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageOpacityFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageOpeningFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageOpeningFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageOutput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageOutput.h"
        },
        {
          'type': 'file',
          'name': "GPUImageOverlayBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageOverlayBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageParallelCoordinateLineTransformFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageParallelCoordinateLineTransformFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePerlinNoiseFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePerlinNoiseFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePicture+TextureSubimage.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/GPUImagePicture+TextureSubimage.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePicture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/GPUImagePicture.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePinchDistortionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePinchDistortionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePixellateFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePixellateFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePixellatePositionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePixellatePositionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePoissonBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePoissonBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePolarPixellateFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePolarPixellateFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePolkaDotFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePolkaDotFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePosterizeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePosterizeFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImagePrewittEdgeDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImagePrewittEdgeDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRGBClosingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRGBClosingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRGBDilationFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRGBDilationFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRGBErosionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRGBErosionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRGBFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRGBFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRGBOpeningFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRGBOpeningFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRawDataInput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRawDataInput.h"
        },
        {
          'type': 'file',
          'name': "GPUImageRawDataOutput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageRawDataOutput.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSaturationBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSaturationBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSaturationFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSaturationFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageScreenBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageScreenBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSepiaFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSepiaFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSharpenFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSharpenFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageShiTomasiFeatureDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageShiTomasiFeatureDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSingleComponentGaussianBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSingleComponentGaussianBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSketchFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSketchFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSmoothToonFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSmoothToonFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSobelEdgeDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSobelEdgeDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSoftEleganceFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSoftEleganceFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSoftLightBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSoftLightBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSolidColorGenerator.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSolidColorGenerator.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSourceOverBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSourceOverBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSphereRefractionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSphereRefractionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageStillCamera.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageStillCamera.h"
        },
        {
          'type': 'file',
          'name': "GPUImageStretchDistortionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageStretchDistortionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSubtractBlendFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSubtractBlendFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageSwirlFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageSwirlFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTextureInput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTextureInput.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTextureOutput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTextureOutput.h"
        },
        {
          'type': 'file',
          'name': "GPUImageThreeInputFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageThreeInputFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageThresholdEdgeDetectionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageThresholdEdgeDetectionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageThresholdSketchFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageThresholdSketchFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageThresholdedNonMaximumSuppressionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageThresholdedNonMaximumSuppressionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTiltShiftFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTiltShiftFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageToneCurveFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageToneCurveFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageToonFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageToonFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTransformFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTransformFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTwoInputCrossTextureSamplingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTwoInputCrossTextureSamplingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTwoInputFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTwoInputFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTwoPassFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTwoPassFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageTwoPassTextureSamplingFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageTwoPassTextureSamplingFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageUIElement.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageUIElement.h"
        },
        {
          'type': 'file',
          'name': "GPUImageUnsharpMaskFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageUnsharpMaskFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageVideoCamera.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageVideoCamera.h"
        },
        {
          'type': 'file',
          'name': "GPUImageView.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/iOS/GPUImageView.h"
        },
        {
          'type': 'file',
          'name': "GPUImageVignetteFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageVignetteFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageVoronoiConsumerFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageVoronoiConsumerFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageWeakPixelInclusionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageWeakPixelInclusionFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageWhiteBalanceFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageWhiteBalanceFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageXYDerivativeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageXYDerivativeFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageZoomBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageZoomBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "GPUImageiOSBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/GPUImage/framework/Source/GPUImageiOSBlurFilter.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/GPUImage/GPUImage.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/GPUImage.build/module.modulemap"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/libksygpulive/libksygpulive.framework/Headers",
      'contents': [
        {
          'type': 'file',
          'name': "AVAudioSession+KSY.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/AVAudioSession+KSY.h"
        },
        {
          'type': 'file',
          'name': "KSYAQPlayer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAQPlayer.h"
        },
        {
          'type': 'file',
          'name': "KSYAUAudioCapture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAUAudioCapture.h"
        },
        {
          'type': 'file',
          'name': "KSYAVAudioSession.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAVAudioSession.h"
        },
        {
          'type': 'file',
          'name': "KSYAVFCapture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAVFCapture.h"
        },
        {
          'type': 'file',
          'name': "KSYAVMuxer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYAVMuxer.h"
        },
        {
          'type': 'file',
          'name': "KSYAudioFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAudioFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYAudioMixer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYAudioMixer.h"
        },
        {
          'type': 'file',
          'name': "KSYBeautifyFaceFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYBeautifyFaceFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYBeautifyProFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYBeautifyProFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYBgmPlayer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYBgmPlayer.h"
        },
        {
          'type': 'file',
          'name': "KSYBgmReader.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYBgmReader.h"
        },
        {
          'type': 'file',
          'name': "KSYBuildInSpecialEffects.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYBuildInSpecialEffects.h"
        },
        {
          'type': 'file',
          'name': "KSYClipWriter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYClipWriter.h"
        },
        {
          'type': 'file',
          'name': "KSYDummyAudioSource.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYDummyAudioSource.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUBeautifyExtFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUBeautifyExtFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUBeautifyFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUBeautifyFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUBeautifyPlusFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUBeautifyPlusFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUBgmStreamerKit.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYGPUBgmStreamerKit.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUBrushStreamerKit.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYGPUBrushStreamerKit.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUCamera.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUCamera.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUDnoiseFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUDnoiseFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPicInput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUPicInput.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPicMixer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUPicMixer.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPicOutput.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUPicOutput.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPicPlayer.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUPicPlayer.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPicture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUPicture.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUPipStreamerKit.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYGPUPipStreamerKit.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUStreamerKit+bgp.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYGPUStreamerKit+bgp.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUStreamerKit.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYGPUStreamerKit.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUTwoInputFiter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYGPUTwoInputFiter.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUView.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUView.h"
        },
        {
          'type': 'file',
          'name': "KSYGPUViewCapture.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYGPUViewCapture.h"
        },
        {
          'type': 'file',
          'name': "KSYMediaInfo.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYMediaInfo.h"
        },
        {
          'type': 'file',
          'name': "KSYMediaInfoProber.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYMediaInfoProber.h"
        },
        {
          'type': 'file',
          'name': "KSYMediaPlayback.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYMediaPlayback.h"
        },
        {
          'type': 'file',
          'name': "KSYMessage.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYMessage.h"
        },
        {
          'type': 'file',
          'name': "KSYMoviePlayerController.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYMoviePlayerController.h"
        },
        {
          'type': 'file',
          'name': "KSYMoviePlayerDefines.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYMoviePlayerDefines.h"
        },
        {
          'type': 'file',
          'name': "KSYMovieWriter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYMovieWriter.h"
        },
        {
          'type': 'file',
          'name': "KSYMvEffect.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYMvEffect.h"
        },
        {
          'type': 'file',
          'name': "KSYMvFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYMvFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYNetTracker.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYBase/KSYNetTracker.h"
        },
        {
          'type': 'file',
          'name': "KSYQosInfo.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYPlayer/KSYQosInfo.h"
        },
        {
          'type': 'file',
          'name': "KSYReachability.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYBase/KSYReachability.h"
        },
        {
          'type': 'file',
          'name': "KSYShakeFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYShakeFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYSpecialEffects.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYSpecialEffects.h"
        },
        {
          'type': 'file',
          'name': "KSYStreamerBase.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYStreamerBase.h"
        },
        {
          'type': 'file',
          'name': "KSYTranscoder.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYTranscoder.h"
        },
        {
          'type': 'file',
          'name': "KSYTransitionBlurFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYTransitionBlurFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYTransitionFadesInOutFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYTransitionFadesInOutFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYTransitionFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYTransitionFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYTransitionFlashFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYTransitionFlashFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYTransitionPushFilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/KSYTransitionPushFilter.h"
        },
        {
          'type': 'file',
          'name': "KSYTypeDef.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/KSYTypeDef.h"
        },
        {
          'type': 'file',
          'name': "KSYUIRecorderKit.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/source/KSYUIRecorderKit.h"
        },
        {
          'type': 'file',
          'name': "KSYWeakProxy.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/KSYWeakProxy.h"
        },
        {
          'type': 'file',
          'name': "libksygpufilter.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYGPUFilter/libksygpufilter.h"
        },
        {
          'type': 'file',
          'name': "libksygpulive-Swift.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/libksygpulive/libksygpulive.framework/Headers/libksygpulive-Swift.h"
        },
        {
          'type': 'file',
          'name': "libksygpulive-umbrella.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/Target Support Files/libksygpulive/libksygpulive-umbrella.h"
        },
        {
          'type': 'file',
          'name': "libksygpulive.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/libksygpulive.h"
        },
        {
          'type': 'file',
          'name': "libksystreamerbase.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerBase/libksystreamerbase.h"
        },
        {
          'type': 'file',
          'name': "libksystreamerengine.h",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/Pods/libksygpulive/prebuilt/include/KSYStreamerEngine/libksystreamerengine.h"
        }
      ]
    },
    {
      'type': 'directory',
      'name': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Debug-iphoneos/libksygpulive/libksygpulive.framework/Modules",
      'contents': [
        {
          'type': 'file',
          'name': "module.modulemap",
          'external-contents': "/Users/cnlive-zxw/Desktop/CNLivePlayer/Example/build/Pods.build/Debug-iphoneos/libksygpulive.build/module.modulemap"
        }
      ]
    }
  ]
}